Color Hex Logo

#aab85c Color Hex

#AAB85C
(170,184,92)
0 Favorites   0 Comments

Color spaces of #aab85c

RGB 17018492
HSL0.190.390.54
HSV69°50°72°
CMYK 0.080.000.50   0.28
XYZ35.649843.599716.6619
Yxy43.59970.37170.4546
Hunter Lab66.0301-19.180031.2599
CIE-Lab71.9601-18.551944.6798

#aab85c color RGB value is (170,184,92).

#aab85c hex color red value is 170, green value is 184 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aab85c hue: 0.19 , saturation: 0.39 and the lightness value of aab85c is 0.54.

The process color (four color CMYK) of #aab85c color hex is 0.08, 0.00, 0.50, 0.28. Web safe color of #aab85c is #99cc66. Color #aab85c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 01011100
Octal 252 270 134
Decimal 170 184 92
Hex AA B8 5C

RGB Percentages of Color #aab85c

%38.12
%41.26
%20.63

CMYK Percentages of Color #aab85c

%8
%0
%50
%28

Triadic Colors of #aab85c

#aab85c #5caab8 #b85caa

Analogous Colors of #aab85c

#aab85c #7cb85c #b8985c

Monochromatic Colors of #aab85c

#aab85c

Complementary Color

#aab85c #6a5cb8

#aab85c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab85c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab85c Color CSS Codes

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

#aab85c Text Font Color

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

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


#aab85c Background Color

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

This div background color is #aab85c


#aab85c Border Color

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

This div border color is #aab85c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab85c


Comments

No comments written yet.

Please login to write comment.