Color Hex Logo

#aab66b Color Hex

#AAB66B
(170,182,107)
0 Favorites   0 Comments

Color spaces of #aab66b

RGB 170182107
HSL0.190.340.57
HSV70°41°71°
CMYK 0.070.000.41   0.29
XYZ35.959443.063520.3267
Yxy43.06350.36190.4335
Hunter Lab65.6228-17.027027.5708
CIE-Lab71.5980-15.950436.7260

#aab66b color RGB value is (170,182,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01101011
Octal 252 266 153
Decimal 170 182 107
Hex AA B6 6B

RGB Percentages of Color #aab66b

%37.04
%39.65
%23.31

CMYK Percentages of Color #aab66b

%7
%0
%41
%29

Triadic Colors of #aab66b

#aab66b #6baab6 #b66baa

Analogous Colors of #aab66b

#aab66b #85b66b #b69d6b

Monochromatic Colors of #aab66b

#aab66b

Complementary Color

#aab66b #776bb6

#aab66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab66b Color CSS Codes

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

#aab66b Text Font Color

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

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


#aab66b Background Color

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

This div background color is #aab66b


#aab66b Border Color

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

This div border color is #aab66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab66b


Comments

No comments written yet.

Please login to write comment.