Color Hex Logo

#e0eaac Color Hex

#E0EAAC
(224,234,172)
0 Favorites   0 Comments

Color spaces of #e0eaac

RGB 224234172
HSL0.190.600.80
HSV70°26°92°
CMYK 0.040.000.26   0.08
XYZ67.609777.671550.4584
Yxy77.67150.34540.3968
Hunter Lab88.1314-17.294427.7464
CIE-Lab90.6298-13.276929.0741

#e0eaac color RGB value is (224,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11101010 10101100
Octal 340 352 254
Decimal 224 234 172
Hex E0 EA AC

RGB Percentages of Color #e0eaac

%35.56
%37.14
%27.30

CMYK Percentages of Color #e0eaac

%4
%0
%26
%8

Triadic Colors of #e0eaac

#e0eaac #ace0ea #eaace0

Analogous Colors of #e0eaac

#e0eaac #c1eaac #ead5ac

Monochromatic Colors of #e0eaac

#e0eaac

Complementary Color

#e0eaac #b6acea

#e0eaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0eaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0eaac Color CSS Codes

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

#e0eaac Text Font Color

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

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


#e0eaac Background Color

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

This div background color is #e0eaac


#e0eaac Border Color

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

This div border color is #e0eaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0eaac


Comments

No comments written yet.

Please login to write comment.