Color Hex Logo

#aab66a Color Hex

#AAB66A
(170,182,106)
0 Favorites   0 Comments

Color spaces of #aab66a

RGB 170182106
HSL0.190.340.56
HSV69°42°71°
CMYK 0.070.000.42   0.29
XYZ35.907043.042620.0512
Yxy43.04260.36270.4348
Hunter Lab65.6069-17.118027.8042
CIE-Lab71.5839-16.065037.2204

#aab66a color RGB value is (170,182,106).

#aab66a hex color red value is 170, green value is 182 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aab66a hue: 0.19 , saturation: 0.34 and the lightness value of aab66a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01101010
Octal 252 266 152
Decimal 170 182 106
Hex AA B6 6A

RGB Percentages of Color #aab66a

%37.12
%39.74
%23.14

CMYK Percentages of Color #aab66a

%7
%0
%42
%29

Triadic Colors of #aab66a

#aab66a #6aaab6 #b66aaa

Analogous Colors of #aab66a

#aab66a #84b66a #b69c6a

Monochromatic Colors of #aab66a

#aab66a

Complementary Color

#aab66a #766ab6

#aab66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab66a Color CSS Codes

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

#aab66a Text Font Color

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

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


#aab66a Background Color

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

This div background color is #aab66a


#aab66a Border Color

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

This div border color is #aab66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab66a


Comments

No comments written yet.

Please login to write comment.