Color Hex Logo

#aab66c Color Hex

#AAB66C
(170,182,108)
0 Favorites   0 Comments

Color spaces of #aab66c

RGB 170182108
HSL0.190.340.57
HSV70°41°71°
CMYK 0.070.000.41   0.29
XYZ36.012343.084720.6055
Yxy43.08470.36120.4321
Hunter Lab65.6389-16.935527.3348
CIE-Lab71.6124-15.835136.2306

#aab66c color RGB value is (170,182,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 01101100
Octal 252 266 154
Decimal 170 182 108
Hex AA B6 6C

RGB Percentages of Color #aab66c

%36.96
%39.57
%23.48

CMYK Percentages of Color #aab66c

%7
%0
%41
%29

Triadic Colors of #aab66c

#aab66c #6caab6 #b66caa

Analogous Colors of #aab66c

#aab66c #85b66c #b69d6c

Monochromatic Colors of #aab66c

#aab66c

Complementary Color

#aab66c #786cb6

#aab66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab66c Color CSS Codes

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

#aab66c Text Font Color

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

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


#aab66c Background Color

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

This div background color is #aab66c


#aab66c Border Color

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

This div border color is #aab66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab66c


Comments

No comments written yet.

Please login to write comment.