Color Hex Logo

#e2eadd Color Hex

#E2EADD
(226,234,221)
0 Favorites   0 Comments

Color spaces of #e2eadd

RGB 226234221
HSL0.270.240.89
HSV97°92°
CMYK 0.030.000.06   0.08
XYZ73.838080.234880.0018
Yxy80.23480.31540.3428
Hunter Lab89.5739-9.61239.7476
CIE-Lab91.7901-4.97325.3730

#e2eadd color RGB value is (226,234,221).

#e2eadd hex color red value is 226, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #e2eadd hue: 0.27 , saturation: 0.24 and the lightness value of e2eadd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 11011101
Octal 342 352 335
Decimal 226 234 221
Hex E2 EA DD

RGB Percentages of Color #e2eadd

%33.19
%34.36
%32.45

CMYK Percentages of Color #e2eadd

%3
%0
%6
%8

Triadic Colors of #e2eadd

#e2eadd #dde2ea #eadde2

Analogous Colors of #e2eadd

#e2eadd #ddeadf #e9eadd

Monochromatic Colors of #e2eadd

#e2eadd

Complementary Color

#e2eadd #e5ddea

#e2eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eadd Color CSS Codes

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

#e2eadd Text Font Color

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

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


#e2eadd Background Color

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

This div background color is #e2eadd


#e2eadd Border Color

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

This div border color is #e2eadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,234,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eadd


Comments

No comments written yet.

Please login to write comment.