Color Hex Logo

#aab95c Color Hex

#AAB95C
(170,185,92)
0 Favorites   0 Comments

Color spaces of #aab95c

RGB 17018592
HSL0.190.400.54
HSV70°50°73°
CMYK 0.080.000.50   0.27
XYZ35.858344.016716.7314
Yxy44.01670.37120.4556
Hunter Lab66.3451-19.627931.4894
CIE-Lab72.2397-19.055245.0132

#aab95c color RGB value is (170,185,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01011100
Octal 252 271 134
Decimal 170 185 92
Hex AA B9 5C

RGB Percentages of Color #aab95c

%38.03
%41.39
%20.58

CMYK Percentages of Color #aab95c

%8
%0
%50
%27

Triadic Colors of #aab95c

#aab95c #5caab9 #b95caa

Analogous Colors of #aab95c

#aab95c #7cb95c #b99a5c

Monochromatic Colors of #aab95c

#aab95c

Complementary Color

#aab95c #6b5cb9

#aab95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab95c Color CSS Codes

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

#aab95c Text Font Color

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

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


#aab95c Background Color

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

This div background color is #aab95c


#aab95c Border Color

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

This div border color is #aab95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab95c


Comments

No comments written yet.

Please login to write comment.