Color Hex Logo

#edd6cf Color Hex

#EDD6CF
(237,214,207)
0 Favorites   0 Comments

Color spaces of #edd6cf

RGB 237214207
HSL0.040.450.87
HSV14°13°93°
CMYK 0.000.100.13   0.07
XYZ70.234170.602768.9574
Yxy70.60270.33480.3365
Hunter Lab84.02542.157910.1601
CIE-Lab87.29166.81376.3363

#edd6cf color RGB value is (237,214,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 11001111
Octal 355 326 317
Decimal 237 214 207
Hex ED D6 CF

RGB Percentages of Color #edd6cf

%36.02
%32.52
%31.46

CMYK Percentages of Color #edd6cf

%0
%10
%13
%7

Triadic Colors of #edd6cf

#edd6cf #cfedd6 #d6cfed

Analogous Colors of #edd6cf

#edd6cf #ede5cf #edcfd7

Monochromatic Colors of #edd6cf

#edd6cf

Complementary Color

#edd6cf #cfe6ed

#edd6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd6cf Color CSS Codes

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

#edd6cf Text Font Color

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

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


#edd6cf Background Color

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

This div background color is #edd6cf


#edd6cf Border Color

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

This div border color is #edd6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd6cf


Comments

No comments written yet.

Please login to write comment.