Color Hex Logo

#aaeeaa Color Hex

#AAEEAA
(170,238,170)
1 Favorites   0 Comments

Color spaces of #aaeeaa

RGB 170238170
HSL0.330.670.80
HSV120°29°93°
CMYK 0.290.000.29   0.07
XYZ54.407872.597449.1753
Yxy72.59740.30880.4121
Hunter Lab85.2041-35.124525.4238
CIE-Lab88.2553-34.220926.3034

#aaeeaa color RGB value is (170,238,170).

#aaeeaa hex color red value is 170, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aaeeaa hue: 0.33 , saturation: 0.67 and the lightness value of aaeeaa is 0.80.

The process color (four color CMYK) of #aaeeaa color hex is 0.29, 0.00, 0.29, 0.07. Web safe color of #aaeeaa is #99ff99. Color #aaeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10101010
Octal 252 356 252
Decimal 170 238 170
Hex AA EE AA

RGB Percentages of Color #aaeeaa

%29.41
%41.18
%29.41

CMYK Percentages of Color #aaeeaa

%29
%0
%29
%7

Triadic Colors of #aaeeaa

#aaeeaa #aaaaee #eeaaaa

Analogous Colors of #aaeeaa

#aaeeaa #aaeecc #cceeaa

Monochromatic Colors of #aaeeaa

#aaeeaa

Complementary Color

#aaeeaa #eeaaee

#aaeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeaa Color CSS Codes

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

#aaeeaa Text Font Color

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

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


#aaeeaa Background Color

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

This div background color is #aaeeaa


#aaeeaa Border Color

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

This div border color is #aaeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeaa


Comments

No comments written yet.

Please login to write comment.