Color Hex Logo

#e2efaf Color Hex

#E2EFAF
(226,239,175)
0 Favorites   0 Comments

Color spaces of #e2efaf

RGB 226239175
HSL0.200.670.81
HSV72°27°94°
CMYK 0.050.000.27   0.06
XYZ69.968480.996952.5037
Yxy80.99690.34390.3981
Hunter Lab89.9983-18.723728.4099
CIE-Lab92.1303-14.613529.5977

#e2efaf color RGB value is (226,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 10101111
Octal 342 357 257
Decimal 226 239 175
Hex E2 EF AF

RGB Percentages of Color #e2efaf

%35.31
%37.34
%27.34

CMYK Percentages of Color #e2efaf

%5
%0
%27
%6

Triadic Colors of #e2efaf

#e2efaf #afe2ef #efafe2

Analogous Colors of #e2efaf

#e2efaf #c2efaf #efdcaf

Monochromatic Colors of #e2efaf

#e2efaf

Complementary Color

#e2efaf #bcafef

#e2efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efaf Color CSS Codes

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

#e2efaf Text Font Color

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

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


#e2efaf Background Color

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

This div background color is #e2efaf


#e2efaf Border Color

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

This div border color is #e2efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efaf


Comments

No comments written yet.

Please login to write comment.