Color Hex Logo

#e2efae Color Hex

#E2EFAE
(226,239,174)
0 Favorites   0 Comments

Color spaces of #e2efae

RGB 226239174
HSL0.200.670.81
HSV72°27°94°
CMYK 0.050.000.27   0.06
XYZ69.870580.957751.9882
Yxy80.95770.34450.3992
Hunter Lab89.9765-18.846228.7259
CIE-Lab92.1129-14.748930.0826

#e2efae color RGB value is (226,239,174).

#e2efae hex color red value is 226, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e2efae hue: 0.20 , saturation: 0.67 and the lightness value of e2efae is 0.81.

The process color (four color CMYK) of #e2efae color hex is 0.05, 0.00, 0.27, 0.06. Web safe color of #e2efae is #ccff99. Color #e2efae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 10101110
Octal 342 357 256
Decimal 226 239 174
Hex E2 EF AE

RGB Percentages of Color #e2efae

%35.37
%37.40
%27.23

CMYK Percentages of Color #e2efae

%5
%0
%27
%6

Triadic Colors of #e2efae

#e2efae #aee2ef #efaee2

Analogous Colors of #e2efae

#e2efae #c2efae #efdcae

Monochromatic Colors of #e2efae

#e2efae

Complementary Color

#e2efae #bbaeef

#e2efae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efae Color CSS Codes

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

#e2efae Text Font Color

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

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


#e2efae Background Color

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

This div background color is #e2efae


#e2efae Border Color

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

This div border color is #e2efae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efae


Comments

No comments written yet.

Please login to write comment.