Color Hex Logo

#e5efaa Color Hex

#E5EFAA
(229,239,170)
0 Favorites   0 Comments

Color spaces of #e5efaa

RGB 229239170
HSL0.190.680.80
HSV69°29°94°
CMYK 0.040.000.29   0.06
XYZ70.435381.293350.0090
Yxy81.29330.34910.4030
Hunter Lab90.1628-18.340530.2286
CIE-Lab92.2620-14.179332.3492

#e5efaa color RGB value is (229,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11101111 10101010
Octal 345 357 252
Decimal 229 239 170
Hex E5 EF AA

RGB Percentages of Color #e5efaa

%35.89
%37.46
%26.65

CMYK Percentages of Color #e5efaa

%4
%0
%29
%6

Triadic Colors of #e5efaa

#e5efaa #aae5ef #efaae5

Analogous Colors of #e5efaa

#e5efaa #c3efaa #efd7aa

Monochromatic Colors of #e5efaa

#e5efaa

Complementary Color

#e5efaa #b4aaef

#e5efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5efaa Color CSS Codes

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

#e5efaa Text Font Color

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

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


#e5efaa Background Color

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

This div background color is #e5efaa


#e5efaa Border Color

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

This div border color is #e5efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5efaa


Comments

No comments written yet.

Please login to write comment.