Color Hex Logo

#e0eade Color Hex

#E0EADE
(224,234,222)
0 Favorites   0 Comments

Color spaces of #e0eade

RGB 224234222
HSL0.310.220.89
HSV110°92°
CMYK 0.040.000.05   0.08
XYZ73.348179.966980.6765
Yxy79.96690.31350.3418
Hunter Lab89.4242-10.08209.1069
CIE-Lab91.6700-5.47434.6600

#e0eade color RGB value is (224,234,222).

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

The process color (four color CMYK) of #e0eade color hex is 0.04, 0.00, 0.05, 0.08. Web safe color of #e0eade is #ccffcc. Color #e0eade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101010 11011110
Octal 340 352 336
Decimal 224 234 222
Hex E0 EA DE

RGB Percentages of Color #e0eade

%32.94
%34.41
%32.65

CMYK Percentages of Color #e0eade

%4
%0
%5
%8

Triadic Colors of #e0eade

#e0eade #dee0ea #eadee0

Analogous Colors of #e0eade

#e0eade #deeae2 #e6eade

Monochromatic Colors of #e0eade

#e0eade

Complementary Color

#e0eade #e8deea

#e0eade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eade Color CSS Codes

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

#e0eade Text Font Color

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

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


#e0eade Background Color

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

This div background color is #e0eade


#e0eade Border Color

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

This div border color is #e0eade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eade


Comments

No comments written yet.

Please login to write comment.