Color Hex Logo

#eedec9 Color Hex

#EEDEC9
(238,222,201)
0 Favorites   0 Comments

Color spaces of #eedec9

RGB 238222201
HSL0.090.520.86
HSV34°16°93°
CMYK 0.000.070.16   0.07
XYZ71.923874.636765.8739
Yxy74.63670.33860.3513
Hunter Lab86.3925-2.581515.2664
CIE-Lab89.22252.087112.2646

#eedec9 color RGB value is (238,222,201).

#eedec9 hex color red value is 238, green value is 222 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #eedec9 hue: 0.09 , saturation: 0.52 and the lightness value of eedec9 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11001001
Octal 356 336 311
Decimal 238 222 201
Hex EE DE C9

RGB Percentages of Color #eedec9

%36.01
%33.59
%30.41

CMYK Percentages of Color #eedec9

%0
%7
%16
%7

Triadic Colors of #eedec9

#eedec9 #c9eede #dec9ee

Analogous Colors of #eedec9

#eedec9 #eceec9 #eeccc9

Monochromatic Colors of #eedec9

#eedec9

Complementary Color

#eedec9 #c9d9ee

#eedec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedec9 Color CSS Codes

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

#eedec9 Text Font Color

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

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


#eedec9 Background Color

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

This div background color is #eedec9


#eedec9 Border Color

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

This div border color is #eedec9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,222,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedec9


Comments

No comments written yet.

Please login to write comment.