Color Hex Logo

#eee0dd Color Hex

#EEE0DD
(238,224,221)
0 Favorites   0 Comments

Color spaces of #eee0dd

RGB 238224221
HSL0.030.330.90
HSV11°93°
CMYK 0.000.060.07   0.07
XYZ74.966776.708979.2617
Yxy76.70890.32460.3322
Hunter Lab87.5836-0.48537.6521
CIE-Lab90.18754.26503.1681

#eee0dd color RGB value is (238,224,221).

#eee0dd hex color red value is 238, green value is 224 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #eee0dd hue: 0.03 , saturation: 0.33 and the lightness value of eee0dd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 11011101
Octal 356 340 335
Decimal 238 224 221
Hex EE E0 DD

RGB Percentages of Color #eee0dd

%34.85
%32.80
%32.36

CMYK Percentages of Color #eee0dd

%0
%6
%7
%7

Triadic Colors of #eee0dd

#eee0dd #ddeee0 #e0ddee

Analogous Colors of #eee0dd

#eee0dd #eee9dd #eedde3

Monochromatic Colors of #eee0dd

#eee0dd

Complementary Color

#eee0dd #ddebee

#eee0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee0dd Color CSS Codes

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

#eee0dd Text Font Color

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

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


#eee0dd Background Color

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

This div background color is #eee0dd


#eee0dd Border Color

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

This div border color is #eee0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee0dd


Comments

No comments written yet.

Please login to write comment.