Color Hex Logo

#e0eede Color Hex

#E0EEDE
(224,238,222)
0 Favorites   0 Comments

Color spaces of #e0eede

RGB 224238222
HSL0.310.320.90
HSV113°93°
CMYK 0.060.000.07   0.07
XYZ74.499882.270381.0604
Yxy82.27030.31320.3459
Hunter Lab90.7030-12.117410.5052
CIE-Lab92.6940-7.50036.1389

#e0eede color RGB value is (224,238,222).

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

The process color (four color CMYK) of #e0eede color hex is 0.06, 0.00, 0.07, 0.07. Web safe color of #e0eede is #ccffcc. Color #e0eede contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101110 11011110
Octal 340 356 336
Decimal 224 238 222
Hex E0 EE DE

RGB Percentages of Color #e0eede

%32.75
%34.80
%32.46

CMYK Percentages of Color #e0eede

%6
%0
%7
%7

Triadic Colors of #e0eede

#e0eede #dee0ee #eedee0

Analogous Colors of #e0eede

#e0eede #deeee4 #e8eede

Monochromatic Colors of #e0eede

#e0eede

Complementary Color

#e0eede #ecdeee

#e0eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eede Color CSS Codes

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

#e0eede Text Font Color

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

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


#e0eede Background Color

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

This div background color is #e0eede


#e0eede Border Color

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

This div border color is #e0eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eede


Comments

No comments written yet.

Please login to write comment.