Color Hex Logo

#e2eaaf Color Hex

#E2EAAF
(226,234,175)
0 Favorites   0 Comments

Color spaces of #e2eaaf

RGB 226234175
HSL0.190.580.80
HSV68°25°92°
CMYK 0.030.000.25   0.08
XYZ68.524778.109552.0225
Yxy78.10950.34490.3932
Hunter Lab88.3796-16.265126.9661
CIE-Lab90.8298-12.134827.8361

#e2eaaf color RGB value is (226,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 10101111
Octal 342 352 257
Decimal 226 234 175
Hex E2 EA AF

RGB Percentages of Color #e2eaaf

%35.59
%36.85
%27.56

CMYK Percentages of Color #e2eaaf

%3
%0
%25
%8

Triadic Colors of #e2eaaf

#e2eaaf #afe2ea #eaafe2

Analogous Colors of #e2eaaf

#e2eaaf #c5eaaf #ead5af

Monochromatic Colors of #e2eaaf

#e2eaaf

Complementary Color

#e2eaaf #b7afea

#e2eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eaaf Color CSS Codes

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

#e2eaaf Text Font Color

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

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


#e2eaaf Background Color

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

This div background color is #e2eaaf


#e2eaaf Border Color

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

This div border color is #e2eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eaaf


Comments

No comments written yet.

Please login to write comment.