Color Hex Logo

#e5eede Color Hex

#E5EEDE
(229,238,222)
0 Favorites   0 Comments

Color spaces of #e5eede

RGB 229238222
HSL0.260.320.90
HSV94°93°
CMYK 0.040.000.07   0.07
XYZ76.072583.081081.1340
Yxy83.08100.31660.3458
Hunter Lab91.1488-10.534811.0285
CIE-Lab93.0499-5.81276.6977

#e5eede color RGB value is (229,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101110 11011110
Octal 345 356 336
Decimal 229 238 222
Hex E5 EE DE

RGB Percentages of Color #e5eede

%33.24
%34.54
%32.22

CMYK Percentages of Color #e5eede

%4
%0
%7
%7

Triadic Colors of #e5eede

#e5eede #dee5ee #eedee5

Analogous Colors of #e5eede

#e5eede #deeedf #edeede

Monochromatic Colors of #e5eede

#e5eede

Complementary Color

#e5eede #e7deee

#e5eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5eede Color CSS Codes

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

#e5eede Text Font Color

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

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


#e5eede Background Color

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

This div background color is #e5eede


#e5eede Border Color

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

This div border color is #e5eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5eede


Comments

No comments written yet.

Please login to write comment.