Color Hex Logo

#aaee6a Color Hex

#AAEE6A
(170,238,106)
0 Favorites   0 Comments

Color spaces of #aaee6a

RGB 170238106
HSL0.250.800.67
HSV91°55°93°
CMYK 0.290.000.55   0.07
XYZ49.753670.735724.6667
Yxy70.73570.34280.4873
Hunter Lab84.1045-41.587941.4842
CIE-Lab87.3564-42.538756.2793

#aaee6a color RGB value is (170,238,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 01101010
Octal 252 356 152
Decimal 170 238 106
Hex AA EE 6A

RGB Percentages of Color #aaee6a

%33.07
%46.30
%20.62

CMYK Percentages of Color #aaee6a

%29
%0
%55
%7

Triadic Colors of #aaee6a

#aaee6a #6aaaee #ee6aaa

Analogous Colors of #aaee6a

#aaee6a #6aee6c #ecee6a

Monochromatic Colors of #aaee6a

#aaee6a

Complementary Color

#aaee6a #ae6aee

#aaee6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaee6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaee6a Color CSS Codes

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

#aaee6a Text Font Color

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

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


#aaee6a Background Color

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

This div background color is #aaee6a


#aaee6a Border Color

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

This div border color is #aaee6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaee6a


Comments

No comments written yet.

Please login to write comment.