Color Hex Logo

#e2eaad Color Hex

#E2EAAD
(226,234,173)
0 Favorites   0 Comments

Color spaces of #e2eaad

RGB 226234173
HSL0.190.590.80
HSV68°26°92°
CMYK 0.030.000.26   0.08
XYZ68.329778.031550.9954
Yxy78.03150.34620.3954
Hunter Lab88.3354-16.512827.6071
CIE-Lab90.7943-12.407128.8106

#e2eaad color RGB value is (226,234,173).

#e2eaad hex color red value is 226, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e2eaad hue: 0.19 , saturation: 0.59 and the lightness value of e2eaad is 0.80.

The process color (four color CMYK) of #e2eaad color hex is 0.03, 0.00, 0.26, 0.08. Web safe color of #e2eaad is #ccff99. Color #e2eaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 10101101
Octal 342 352 255
Decimal 226 234 173
Hex E2 EA AD

RGB Percentages of Color #e2eaad

%35.70
%36.97
%27.33

CMYK Percentages of Color #e2eaad

%3
%0
%26
%8

Triadic Colors of #e2eaad

#e2eaad #ade2ea #eaade2

Analogous Colors of #e2eaad

#e2eaad #c4eaad #ead4ad

Monochromatic Colors of #e2eaad

#e2eaad

Complementary Color

#e2eaad #b5adea

#e2eaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eaad Color CSS Codes

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

#e2eaad Text Font Color

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

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


#e2eaad Background Color

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

This div background color is #e2eaad


#e2eaad Border Color

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

This div border color is #e2eaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eaad


Comments

No comments written yet.

Please login to write comment.