Color Hex Logo

#aab220 Color Hex

#AAB220
(170,178,32)
0 Favorites   0 Comments

Color spaces of #aab220

RGB 17017832
HSL0.180.700.41
HSV63°82°70°
CMYK 0.040.000.82   0.30
XYZ32.758740.49117.4555
Yxy40.49110.40590.5017
Hunter Lab63.6326-19.463537.5961
CIE-Lab69.8179-19.341766.1401

#aab220 color RGB value is (170,178,32).

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

The process color (four color CMYK) of #aab220 color hex is 0.04, 0.00, 0.82, 0.30. Web safe color of #aab220 is #999933. Color #aab220 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 00100000
Octal 252 262 40
Decimal 170 178 32
Hex AA B2 20

RGB Percentages of Color #aab220

%44.74
%46.84
%8.42

CMYK Percentages of Color #aab220

%4
%0
%82
%30

Triadic Colors of #aab220

#aab220 #20aab2 #b220aa

Analogous Colors of #aab220

#aab220 #61b220 #b27120

Monochromatic Colors of #aab220

#aab220

Complementary Color

#aab220 #2820b2

#aab220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab220 Color CSS Codes

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

#aab220 Text Font Color

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

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


#aab220 Background Color

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

This div background color is #aab220


#aab220 Border Color

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

This div border color is #aab220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab220


Comments

No comments written yet.

Please login to write comment.