Color Hex Logo

#edd9dc Color Hex

#EDD9DC
(237,217,220)
0 Favorites   0 Comments

Color spaces of #edd9dc

RGB 237217220
HSL0.980.360.89
HSV351°93°
CMYK 0.000.080.07   0.07
XYZ72.656272.797577.9321
Yxy72.79750.32520.3259
Hunter Lab85.32152.69065.5699
CIE-Lab88.35107.38491.0135

#edd9dc color RGB value is (237,217,220).

#edd9dc hex color red value is 237, green value is 217 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edd9dc hue: 0.98 , saturation: 0.36 and the lightness value of edd9dc is 0.89.

The process color (four color CMYK) of #edd9dc color hex is 0.00, 0.08, 0.07, 0.07. Web safe color of #edd9dc is #ffcccc. Color #edd9dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 11011100
Octal 355 331 334
Decimal 237 217 220
Hex ED D9 DC

RGB Percentages of Color #edd9dc

%35.16
%32.20
%32.64

CMYK Percentages of Color #edd9dc

%0
%8
%7
%7

Triadic Colors of #edd9dc

#edd9dc #dcedd9 #d9dced

Analogous Colors of #edd9dc

#edd9dc #ede0d9 #edd9e6

Monochromatic Colors of #edd9dc

#edd9dc

Complementary Color

#edd9dc #d9edea

#edd9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd9dc Color CSS Codes

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

#edd9dc Text Font Color

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

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


#edd9dc Background Color

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

This div background color is #edd9dc


#edd9dc Border Color

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

This div border color is #edd9dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,217,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 #edd9dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd9dc


Comments

No comments written yet.

Please login to write comment.