Color Hex Logo

#eee0da Color Hex

#EEE0DA
(238,224,218)
0 Favorites   0 Comments

Color spaces of #eee0da

RGB 238224218
HSL0.050.370.89
HSV18°93°
CMYK 0.000.060.08   0.07
XYZ74.570476.550477.1751
Yxy76.55040.32660.3353
Hunter Lab87.4931-0.97738.9472
CIE-Lab90.11433.76494.6347

#eee0da color RGB value is (238,224,218).

#eee0da hex color red value is 238, green value is 224 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eee0da hue: 0.05 , saturation: 0.37 and the lightness value of eee0da is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 11011010
Octal 356 340 332
Decimal 238 224 218
Hex EE E0 DA

RGB Percentages of Color #eee0da

%35.00
%32.94
%32.06

CMYK Percentages of Color #eee0da

%0
%6
%8
%7

Triadic Colors of #eee0da

#eee0da #daeee0 #e0daee

Analogous Colors of #eee0da

#eee0da #eeeada #eedade

Monochromatic Colors of #eee0da

#eee0da

Complementary Color

#eee0da #dae8ee

#eee0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee0da Color CSS Codes

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

#eee0da Text Font Color

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

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


#eee0da Background Color

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

This div background color is #eee0da


#eee0da Border Color

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

This div border color is #eee0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee0da

#eee0da Color Palettes


Comments

No comments written yet.

Please login to write comment.