Color Hex Logo

#aab980 Color Hex

#AAB980
(170,185,128)
0 Favorites   0 Comments

Color spaces of #aab980

RGB 170185128
HSL0.210.290.61
HSV76°31°73°
CMYK 0.080.000.31   0.27
XYZ37.822844.802527.0763
Yxy44.80250.34480.4084
Hunter Lab66.9347-16.270622.8704
CIE-Lab72.7617-14.824427.2685

#aab980 color RGB value is (170,185,128).

#aab980 hex color red value is 170, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aab980 hue: 0.21 , saturation: 0.29 and the lightness value of aab980 is 0.61.

The process color (four color CMYK) of #aab980 color hex is 0.08, 0.00, 0.31, 0.27. Web safe color of #aab980 is #99cc99. Color #aab980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 10000000
Octal 252 271 200
Decimal 170 185 128
Hex AA B9 80

RGB Percentages of Color #aab980

%35.20
%38.30
%26.50

CMYK Percentages of Color #aab980

%8
%0
%31
%27

Triadic Colors of #aab980

#aab980 #80aab9 #b980aa

Analogous Colors of #aab980

#aab980 #8eb980 #b9ac80

Monochromatic Colors of #aab980

#aab980

Complementary Color

#aab980 #8f80b9

#aab980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab980 Color CSS Codes

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

#aab980 Text Font Color

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

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


#aab980 Background Color

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

This div background color is #aab980


#aab980 Border Color

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

This div border color is #aab980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab980


Comments

No comments written yet.

Please login to write comment.