Color Hex Logo

#aab91a Color Hex

#AAB91A
(170,185,26)
0 Favorites   0 Comments

Color spaces of #aab91a

RGB 17018526
HSL0.180.750.41
HSV66°86°73°
CMYK 0.080.000.86   0.27
XYZ34.113043.31867.5407
Yxy43.31860.40150.5098
Hunter Lab65.8169-22.662639.2789
CIE-Lab71.7707-22.993069.1965

#aab91a color RGB value is (170,185,26).

#aab91a hex color red value is 170, green value is 185 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aab91a hue: 0.18 , saturation: 0.75 and the lightness value of aab91a is 0.41.

The process color (four color CMYK) of #aab91a color hex is 0.08, 0.00, 0.86, 0.27. Web safe color of #aab91a is #99cc33. Color #aab91a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 00011010
Octal 252 271 32
Decimal 170 185 26
Hex AA B9 1A

RGB Percentages of Color #aab91a

%44.62
%48.56
%6.82

CMYK Percentages of Color #aab91a

%8
%0
%86
%27

Triadic Colors of #aab91a

#aab91a #1aaab9 #b91aaa

Analogous Colors of #aab91a

#aab91a #5bb91a #b9791a

Monochromatic Colors of #aab91a

#aab91a

Complementary Color

#aab91a #291ab9

#aab91a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab91a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab91a Color CSS Codes

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

#aab91a Text Font Color

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

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


#aab91a Background Color

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

This div background color is #aab91a


#aab91a Border Color

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

This div border color is #aab91a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab91a


Comments

No comments written yet.

Please login to write comment.