Color Hex Logo

#e5ffaa Color Hex

#E5FFAA
(229,255,170)
0 Favorites   0 Comments

Color spaces of #e5ffaa

RGB 229255170
HSL0.221.000.83
HSV78°33°100°
CMYK 0.100.000.33   0.00
XYZ75.328891.080351.6402
Yxy91.08030.34550.4177
Hunter Lab95.4360-26.120834.7235
CIE-Lab96.4431-21.956437.8981

#e5ffaa color RGB value is (229,255,170).

#e5ffaa hex color red value is 229, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e5ffaa hue: 0.22 , saturation: 1.00 and the lightness value of e5ffaa is 0.83.

The process color (four color CMYK) of #e5ffaa color hex is 0.10, 0.00, 0.33, 0.00. Web safe color of #e5ffaa is #ccff99. Color #e5ffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11111111 10101010
Octal 345 377 252
Decimal 229 255 170
Hex E5 FF AA

RGB Percentages of Color #e5ffaa

%35.02
%38.99
%25.99

CMYK Percentages of Color #e5ffaa

%10
%0
%33
%0

Triadic Colors of #e5ffaa

#e5ffaa #aae5ff #ffaae5

Analogous Colors of #e5ffaa

#e5ffaa #bbffaa #ffefaa

Monochromatic Colors of #e5ffaa

#e5ffaa

Complementary Color

#e5ffaa #c4aaff

#e5ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ffaa Color CSS Codes

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

#e5ffaa Text Font Color

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

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


#e5ffaa Background Color

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

This div background color is #e5ffaa


#e5ffaa Border Color

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

This div border color is #e5ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ffaa

Related Colors

#e5ffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.