Color Hex Logo

#aab94f Color Hex

#AAB94F
(170,185,79)
0 Favorites   0 Comments

Color spaces of #aab94f

RGB 17018579
HSL0.190.430.52
HSV68°57°73°
CMYK 0.080.000.57   0.27
XYZ35.337843.808513.9905
Yxy43.80850.37940.4704
Hunter Lab66.1880-20.527733.7992
CIE-Lab72.1003-20.211250.9747

#aab94f color RGB value is (170,185,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01001111
Octal 252 271 117
Decimal 170 185 79
Hex AA B9 4F

RGB Percentages of Color #aab94f

%39.17
%42.63
%18.20

CMYK Percentages of Color #aab94f

%8
%0
%57
%27

Triadic Colors of #aab94f

#aab94f #4faab9 #b94faa

Analogous Colors of #aab94f

#aab94f #75b94f #b9934f

Monochromatic Colors of #aab94f

#aab94f

Complementary Color

#aab94f #5e4fb9

#aab94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab94f Color CSS Codes

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

#aab94f Text Font Color

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

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


#aab94f Background Color

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

This div background color is #aab94f


#aab94f Border Color

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

This div border color is #aab94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab94f


Comments

No comments written yet.

Please login to write comment.