Color Hex Logo

#eee9ed Color Hex

#EEE9ED
(238,233,237)
0 Favorites   0 Comments

Color spaces of #eee9ed

RGB 238233237
HSL0.870.130.92
HSV312°93°
CMYK 0.000.020.00   0.07
XYZ79.684982.569491.8584
Yxy82.56940.31360.3249
Hunter Lab90.8677-2.48593.6710
CIE-Lab92.82562.3889-1.3499

#eee9ed color RGB value is (238,233,237).

#eee9ed hex color red value is 238, green value is 233 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eee9ed hue: 0.87 , saturation: 0.13 and the lightness value of eee9ed is 0.92.

The process color (four color CMYK) of #eee9ed color hex is 0.00, 0.02, 0.00, 0.07. Web safe color of #eee9ed is #ffffff. Color #eee9ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101001 11101101
Octal 356 351 355
Decimal 238 233 237
Hex EE E9 ED

RGB Percentages of Color #eee9ed

%33.62
%32.91
%33.47

CMYK Percentages of Color #eee9ed

%0
%2
%0
%7

Triadic Colors of #eee9ed

#eee9ed #edeee9 #e9edee

Analogous Colors of #eee9ed

#eee9ed #eee9eb #ede9ee

Monochromatic Colors of #eee9ed

#eee9ed

Complementary Color

#eee9ed #e9eeea

#eee9ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee9ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee9ed Color CSS Codes

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

#eee9ed Text Font Color

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

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


#eee9ed Background Color

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

This div background color is #eee9ed


#eee9ed Border Color

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

This div border color is #eee9ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee9ed

#eee9ed Color Palettes


Comments

No comments written yet.

Please login to write comment.