Color Hex Logo

#edabdc Color Hex

#EDABDC
(237,171,220)
0 Favorites   0 Comments

Color spaces of #edabdc

RGB 237171220
HSL0.880.650.80
HSV315°28°93°
CMYK 0.000.280.07   0.07
XYZ62.406252.297774.5154
Yxy52.29770.32980.2764
Hunter Lab72.317127.4819-10.4703
CIE-Lab77.458531.7383-15.1131

#edabdc color RGB value is (237,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11011100
Octal 355 253 334
Decimal 237 171 220
Hex ED AB DC

RGB Percentages of Color #edabdc

%37.74
%27.23
%35.03

CMYK Percentages of Color #edabdc

%0
%28
%7
%7

Triadic Colors of #edabdc

#edabdc #dcedab #abdced

Analogous Colors of #edabdc

#edabdc #edabbb #ddabed

Monochromatic Colors of #edabdc

#edabdc

Complementary Color

#edabdc #abedbc

#edabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabdc Color CSS Codes

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

#edabdc Text Font Color

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

This sample text font color is #edabdc
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.


#edabdc Background Color

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

This div background color is #edabdc


#edabdc Border Color

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

This div border color is #edabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabdc


Comments

No comments written yet.

Please login to write comment.