Color Hex Logo

#eed8cf Color Hex

#EED8CF
(238,216,207)
0 Favorites   0 Comments

Color spaces of #eed8cf

RGB 238216207
HSL0.050.480.87
HSV17°13°93°
CMYK 0.000.090.13   0.07
XYZ71.078271.793969.1429
Yxy71.79390.33530.3386
Hunter Lab84.73131.457910.9297
CIE-Lab87.86936.12747.1784

#eed8cf color RGB value is (238,216,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 11001111
Octal 356 330 317
Decimal 238 216 207
Hex EE D8 CF

RGB Percentages of Color #eed8cf

%36.01
%32.68
%31.32

CMYK Percentages of Color #eed8cf

%0
%9
%13
%7

Triadic Colors of #eed8cf

#eed8cf #cfeed8 #d8cfee

Analogous Colors of #eed8cf

#eed8cf #eee8cf #eecfd6

Monochromatic Colors of #eed8cf

#eed8cf

Complementary Color

#eed8cf #cfe5ee

#eed8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed8cf Color CSS Codes

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

#eed8cf Text Font Color

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

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


#eed8cf Background Color

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

This div background color is #eed8cf


#eed8cf Border Color

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

This div border color is #eed8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed8cf


Comments

No comments written yet.

Please login to write comment.