Color Hex Logo

#aab62a Color Hex

#AAB62A
(170,182,42)
0 Favorites   0 Comments

Color spaces of #aab62a

RGB 17018242
HSL0.180.630.44
HSV65°77°71°
CMYK 0.070.000.77   0.29
XYZ33.723442.16918.5525
Yxy42.16910.39940.4994
Hunter Lab64.9377-20.942637.6477
CIE-Lab70.9873-20.974564.3255

#aab62a color RGB value is (170,182,42).

#aab62a hex color red value is 170, green value is 182 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aab62a hue: 0.18 , saturation: 0.63 and the lightness value of aab62a is 0.44.

The process color (four color CMYK) of #aab62a color hex is 0.07, 0.00, 0.77, 0.29. Web safe color of #aab62a is #99cc33. Color #aab62a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 00101010
Octal 252 266 52
Decimal 170 182 42
Hex AA B6 2A

RGB Percentages of Color #aab62a

%43.15
%46.19
%10.66

CMYK Percentages of Color #aab62a

%7
%0
%77
%29

Triadic Colors of #aab62a

#aab62a #2aaab6 #b62aaa

Analogous Colors of #aab62a

#aab62a #64b62a #b67c2a

Monochromatic Colors of #aab62a

#aab62a

Complementary Color

#aab62a #362ab6

#aab62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab62a Color CSS Codes

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

#aab62a Text Font Color

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

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


#aab62a Background Color

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

This div background color is #aab62a


#aab62a Border Color

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

This div border color is #aab62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab62a


Comments

No comments written yet.

Please login to write comment.