Color Hex Logo

#e2edde Color Hex

#E2EDDE
(226,237,222)
0 Favorites   0 Comments

Color spaces of #e2edde

RGB 226237222
HSL0.290.290.90
HSV104°93°
CMYK 0.050.000.06   0.07
XYZ74.833082.011180.9928
Yxy82.01110.31460.3448
Hunter Lab90.5600-10.978910.3657
CIE-Lab92.5798-6.32155.9923

#e2edde color RGB value is (226,237,222).

#e2edde hex color red value is 226, green value is 237 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e2edde hue: 0.29 , saturation: 0.29 and the lightness value of e2edde is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101101 11011110
Octal 342 355 336
Decimal 226 237 222
Hex E2 ED DE

RGB Percentages of Color #e2edde

%32.99
%34.60
%32.41

CMYK Percentages of Color #e2edde

%5
%0
%6
%7

Triadic Colors of #e2edde

#e2edde #dee2ed #eddee2

Analogous Colors of #e2edde

#e2edde #deede2 #eaedde

Monochromatic Colors of #e2edde

#e2edde

Complementary Color

#e2edde #e9deed

#e2edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2edde Color CSS Codes

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

#e2edde Text Font Color

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

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


#e2edde Background Color

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

This div background color is #e2edde


#e2edde Border Color

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

This div border color is #e2edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2edde

#e2edde Color Palettes


Comments

No comments written yet.

Please login to write comment.