Color Hex Logo

#eee4de Color Hex

#EEE4DE
(238,228,222)
0 Favorites   0 Comments

Color spaces of #eee4de

RGB 238228222
HSL0.060.320.90
HSV23°93°
CMYK 0.000.040.07   0.07
XYZ76.188178.937980.3282
Yxy78.93790.32360.3353
Hunter Lab88.8470-2.41498.5877
CIE-Lab91.20622.36934.1211

#eee4de color RGB value is (238,228,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100100 11011110
Octal 356 344 336
Decimal 238 228 222
Hex EE E4 DE

RGB Percentages of Color #eee4de

%34.59
%33.14
%32.27

CMYK Percentages of Color #eee4de

%0
%4
%7
%7

Triadic Colors of #eee4de

#eee4de #deeee4 #e4deee

Analogous Colors of #eee4de

#eee4de #eeecde #eedee0

Monochromatic Colors of #eee4de

#eee4de

Complementary Color

#eee4de #dee8ee

#eee4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee4de Color CSS Codes

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

#eee4de Text Font Color

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

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


#eee4de Background Color

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

This div background color is #eee4de


#eee4de Border Color

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

This div border color is #eee4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee4de


Comments

No comments written yet.

Please login to write comment.