Color Hex Logo

#e2efaa Color Hex

#E2EFAA
(226,239,170)
0 Favorites   0 Comments

Color spaces of #e2efaa

RGB 226239170
HSL0.200.680.80
HSV71°29°94°
CMYK 0.050.000.29   0.06
XYZ69.486280.804049.9646
Yxy80.80400.34700.4035
Hunter Lab89.8910-19.328029.9683
CIE-Lab92.0444-15.282732.0196

#e2efaa color RGB value is (226,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11101111 10101010
Octal 342 357 252
Decimal 226 239 170
Hex E2 EF AA

RGB Percentages of Color #e2efaa

%35.59
%37.64
%26.77

CMYK Percentages of Color #e2efaa

%5
%0
%29
%6

Triadic Colors of #e2efaa

#e2efaa #aae2ef #efaae2

Analogous Colors of #e2efaa

#e2efaa #c0efaa #efdaaa

Monochromatic Colors of #e2efaa

#e2efaa

Complementary Color

#e2efaa #b7aaef

#e2efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2efaa Color CSS Codes

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

#e2efaa Text Font Color

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

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


#e2efaa Background Color

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

This div background color is #e2efaa


#e2efaa Border Color

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

This div border color is #e2efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2efaa

#e2efaa Color Palettes


Comments

No comments written yet.

Please login to write comment.