color codes Logo

#edabda color codes

#EDABDA
(237,171,218)
0 Favorites   0 Comments

Color spaces of #edabda

RGB 237171218
HSL0.880.650.80
HSV317°28°93°
CMYK 0.000.280.08   0.07
XYZ62.142952.192373.1285
Yxy52.19230.33150.2784
Hunter Lab72.244227.1143-9.4447
CIE-Lab77.395731.3971-14.1211

#edabda color RGB value is (237,171,218).

#edabda hex color red value is 237, green value is 171 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edabda hue: 0.88 , saturation: 0.65 and the lightness value of edabda is 0.80.

The process color (four color CMYK) of #edabda color code is 0.00, 0.28, 0.08, 0.07. Web safe color of #edabda is #ff99cc. Color #edabda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11011010
Octal 355 253 332
Decimal 237 171 218
Hex ED AB DA

RGB Percentages of Color #edabda

%37.86
%27.32
%34.82

CMYK Percentages of Color #edabda

%0
%28
%8
%7

Triadic Colors of #edabda

#edabda #daedab #abdaed

Analogous Colors of #edabda

#edabda #edabb9 #dfabed

Monochromatic Colors of #edabda

#edabda

Complementary Color

#edabda #abedbe

#edabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabda Color CSS Codes

.mybgcolor {background-color:#edabda; } 
.myforecolor {color:#edabda; }
.mybordercolor {border:3px solid #edabda; }

#edabda Text Font Color

<p style="color:#edabda">Text here</p>

This sample text font color is #edabda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#edabda Background Color

<div style="background-color:#edabda">
Div content here</div>

This div background color is #edabda


#edabda Border Color

<div style="border:3px solid #edabda">
Div here</div>

This div border color is #edabda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,171,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edabda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edabda;
  -webkit-box-shadow: 1px 1px 3px 2px #edabda;
  box-shadow:         1px 1px 3px 2px #edabda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #edabda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #edabda;
  -webkit-box-shadow: 1px 1px 3px 2px #edabda;
  box-shadow:         1px 1px 3px 2px #edabda;">
Div content here</div>

This div box has shadow with color #edabda


Comments

No comments written yet.

Please login to write comment.