Color Hex Logo

#eeded9 Color Hex

#EEDED9
(238,222,217)
1 Favorites   0 Comments

Color spaces of #eeded9

RGB 238222217
HSL0.040.380.89
HSV14°93°
CMYK 0.000.070.09   0.07
XYZ73.905675.429476.3097
Yxy75.42940.32750.3343
Hunter Lab86.8501-0.09218.7007
CIE-Lab89.59374.63414.4063

#eeded9 color RGB value is (238,222,217).

#eeded9 hex color red value is 238, green value is 222 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #eeded9 hue: 0.04 , saturation: 0.38 and the lightness value of eeded9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 11011001
Octal 356 336 331
Decimal 238 222 217
Hex EE DE D9

RGB Percentages of Color #eeded9

%35.16
%32.79
%32.05

CMYK Percentages of Color #eeded9

%0
%7
%9
%7

Triadic Colors of #eeded9

#eeded9 #d9eede #ded9ee

Analogous Colors of #eeded9

#eeded9 #eee9d9 #eed9df

Monochromatic Colors of #eeded9

#eeded9

Complementary Color

#eeded9 #d9e9ee

#eeded9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeded9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeded9 Color CSS Codes

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

#eeded9 Text Font Color

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

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


#eeded9 Background Color

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

This div background color is #eeded9


#eeded9 Border Color

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

This div border color is #eeded9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeded9


Comments

No comments written yet.

Please login to write comment.