Color Hex Logo

#e1eaaf Color Hex

#E1EAAF
(225,234,175)
0 Favorites   0 Comments

Color spaces of #e1eaaf

RGB 225234175
HSL0.190.580.80
HSV69°25°92°
CMYK 0.040.000.25   0.08
XYZ68.212077.948352.0078
Yxy77.94830.34420.3933
Hunter Lab88.2883-16.594626.8760
CIE-Lab90.7563-12.500827.7240

#e1eaaf color RGB value is (225,234,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11101010 10101111
Octal 341 352 257
Decimal 225 234 175
Hex E1 EA AF

RGB Percentages of Color #e1eaaf

%35.49
%36.91
%27.60

CMYK Percentages of Color #e1eaaf

%4
%0
%25
%8

Triadic Colors of #e1eaaf

#e1eaaf #afe1ea #eaafe1

Analogous Colors of #e1eaaf

#e1eaaf #c4eaaf #ead6af

Monochromatic Colors of #e1eaaf

#e1eaaf

Complementary Color

#e1eaaf #b8afea

#e1eaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1eaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1eaaf Color CSS Codes

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

#e1eaaf Text Font Color

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

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


#e1eaaf Background Color

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

This div background color is #e1eaaf


#e1eaaf Border Color

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

This div border color is #e1eaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1eaaf


Comments

No comments written yet.

Please login to write comment.