Color Hex Logo

#aab032 Color Hex

#AAB032
(170,176,50)
0 Favorites   0 Comments

Color spaces of #aab032

RGB 17017650
HSL0.170.560.44
HSV63°72°69°
CMYK 0.030.000.72   0.31
XYZ32.678639.82708.9826
Yxy39.82700.40100.4887
Hunter Lab63.1086-18.010135.7370
CIE-Lab69.3461-17.594260.0834

#aab032 color RGB value is (170,176,50).

#aab032 hex color red value is 170, green value is 176 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aab032 hue: 0.17 , saturation: 0.56 and the lightness value of aab032 is 0.44.

The process color (four color CMYK) of #aab032 color hex is 0.03, 0.00, 0.72, 0.31. Web safe color of #aab032 is #999933. Color #aab032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110000 00110010
Octal 252 260 62
Decimal 170 176 50
Hex AA B0 32

RGB Percentages of Color #aab032

%42.93
%44.44
%12.63

CMYK Percentages of Color #aab032

%3
%0
%72
%31

Triadic Colors of #aab032

#aab032 #32aab0 #b032aa

Analogous Colors of #aab032

#aab032 #6bb032 #b07732

Monochromatic Colors of #aab032

#aab032

Complementary Color

#aab032 #3832b0

#aab032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab032 Color CSS Codes

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

#aab032 Text Font Color

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

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


#aab032 Background Color

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

This div background color is #aab032


#aab032 Border Color

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

This div border color is #aab032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab032


Comments

No comments written yet.

Please login to write comment.