Color Hex Logo

#e2eaae Color Hex

#E2EAAE
(226,234,174)
0 Favorites   0 Comments

Color spaces of #e2eaae

RGB 226234174
HSL0.190.590.80
HSV68°26°92°
CMYK 0.030.000.26   0.08
XYZ68.426878.070451.5070
Yxy78.07040.34560.3943
Hunter Lab88.3575-16.389527.2878
CIE-Lab90.8120-12.271528.3235

#e2eaae color RGB value is (226,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101010 10101110
Octal 342 352 256
Decimal 226 234 174
Hex E2 EA AE

RGB Percentages of Color #e2eaae

%35.65
%36.91
%27.44

CMYK Percentages of Color #e2eaae

%3
%0
%26
%8

Triadic Colors of #e2eaae

#e2eaae #aee2ea #eaaee2

Analogous Colors of #e2eaae

#e2eaae #c4eaae #ead4ae

Monochromatic Colors of #e2eaae

#e2eaae

Complementary Color

#e2eaae #b6aeea

#e2eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2eaae Color CSS Codes

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

#e2eaae Text Font Color

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

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


#e2eaae Background Color

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

This div background color is #e2eaae


#e2eaae Border Color

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

This div border color is #e2eaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2eaae


Comments

No comments written yet.

Please login to write comment.