Color Hex Logo

#aab81a Color Hex

#AAB81A
(170,184,26)
0 Favorites   0 Comments

Color spaces of #aab81a

RGB 17018426
HSL0.180.750.41
HSV65°86°72°
CMYK 0.080.000.86   0.28
XYZ33.904542.90167.4712
Yxy42.90160.40230.5091
Hunter Lab65.4993-22.226639.0866
CIE-Lab71.4881-22.500668.9624

#aab81a color RGB value is (170,184,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00011010
Octal 252 270 32
Decimal 170 184 26
Hex AA B8 1A

RGB Percentages of Color #aab81a

%44.74
%48.42
%6.84

CMYK Percentages of Color #aab81a

%8
%0
%86
%28

Triadic Colors of #aab81a

#aab81a #1aaab8 #b81aaa

Analogous Colors of #aab81a

#aab81a #5bb81a #b8771a

Monochromatic Colors of #aab81a

#aab81a

Complementary Color

#aab81a #281ab8

#aab81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab81a Color CSS Codes

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

#aab81a Text Font Color

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

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


#aab81a Background Color

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

This div background color is #aab81a


#aab81a Border Color

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

This div border color is #aab81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab81a


Comments

No comments written yet.

Please login to write comment.