Color Hex Logo

#eee8de Color Hex

#EEE8DE
(238,232,222)
0 Favorites   0 Comments

Color spaces of #eee8de

RGB 238232222
HSL0.100.320.90
HSV38°93°
CMYK 0.000.030.07   0.07
XYZ77.301381.164380.6993
Yxy81.16430.32320.3394
Hunter Lab90.0912-4.50079.9548
CIE-Lab92.20480.31635.5649

#eee8de color RGB value is (238,232,222).

#eee8de hex color red value is 238, green value is 232 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eee8de hue: 0.10 , saturation: 0.32 and the lightness value of eee8de is 0.90.

The process color (four color CMYK) of #eee8de color hex is 0.00, 0.03, 0.07, 0.07. Web safe color of #eee8de is #ffffcc. Color #eee8de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101000 11011110
Octal 356 350 336
Decimal 238 232 222
Hex EE E8 DE

RGB Percentages of Color #eee8de

%34.39
%33.53
%32.08

CMYK Percentages of Color #eee8de

%0
%3
%7
%7

Triadic Colors of #eee8de

#eee8de #deeee8 #e8deee

Analogous Colors of #eee8de

#eee8de #eceede #eee0de

Monochromatic Colors of #eee8de

#eee8de

Complementary Color

#eee8de #dee4ee

#eee8de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee8de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee8de Color CSS Codes

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

#eee8de Text Font Color

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

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


#eee8de Background Color

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

This div background color is #eee8de


#eee8de Border Color

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

This div border color is #eee8de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee8de


Comments

No comments written yet.

Please login to write comment.