Color Hex Logo

#edd8cf Color Hex

#EDD8CF
(237,216,207)
0 Favorites   0 Comments

Color spaces of #edd8cf

RGB 237216207
HSL0.050.450.87
HSV18°13°93°
CMYK 0.000.090.13   0.07
XYZ70.743471.621369.1272
Yxy71.62130.33450.3386
Hunter Lab84.62941.110410.8111
CIE-Lab87.78605.77287.0478

#edd8cf color RGB value is (237,216,207).

#edd8cf hex color red value is 237, green value is 216 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #edd8cf hue: 0.05 , saturation: 0.45 and the lightness value of edd8cf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 11001111
Octal 355 330 317
Decimal 237 216 207
Hex ED D8 CF

RGB Percentages of Color #edd8cf

%35.91
%32.73
%31.36

CMYK Percentages of Color #edd8cf

%0
%9
%13
%7

Triadic Colors of #edd8cf

#edd8cf #cfedd8 #d8cfed

Analogous Colors of #edd8cf

#edd8cf #ede7cf #edcfd5

Monochromatic Colors of #edd8cf

#edd8cf

Complementary Color

#edd8cf #cfe4ed

#edd8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd8cf Color CSS Codes

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

#edd8cf Text Font Color

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

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


#edd8cf Background Color

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

This div background color is #edd8cf


#edd8cf Border Color

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

This div border color is #edd8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd8cf


Comments

No comments written yet.

Please login to write comment.