Color Hex Logo

#aab420 Color Hex

#AAB420
(170,180,32)
0 Favorites   0 Comments

Color spaces of #aab420

RGB 17018032
HSL0.180.700.42
HSV64°82°71°
CMYK 0.060.000.82   0.29
XYZ33.159541.29287.5891
Yxy41.29280.40420.5033
Hunter Lab64.2595-20.343637.9794
CIE-Lab70.3806-20.343266.6244

#aab420 color RGB value is (170,180,32).

#aab420 hex color red value is 170, green value is 180 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aab420 hue: 0.18 , saturation: 0.70 and the lightness value of aab420 is 0.42.

The process color (four color CMYK) of #aab420 color hex is 0.06, 0.00, 0.82, 0.29. Web safe color of #aab420 is #99cc33. Color #aab420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 00100000
Octal 252 264 40
Decimal 170 180 32
Hex AA B4 20

RGB Percentages of Color #aab420

%44.50
%47.12
%8.38

CMYK Percentages of Color #aab420

%6
%0
%82
%29

Triadic Colors of #aab420

#aab420 #20aab4 #b420aa

Analogous Colors of #aab420

#aab420 #60b420 #b47420

Monochromatic Colors of #aab420

#aab420

Complementary Color

#aab420 #2a20b4

#aab420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab420 Color CSS Codes

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

#aab420 Text Font Color

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

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


#aab420 Background Color

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

This div background color is #aab420


#aab420 Border Color

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

This div border color is #aab420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab420


Comments

No comments written yet.

Please login to write comment.