Color Hex Logo

#aab979 Color Hex

#AAB979
(170,185,121)
0 Favorites   0 Comments

Color spaces of #aab979

RGB 170185121
HSL0.210.310.60
HSV74°35°73°
CMYK 0.080.000.35   0.27
XYZ37.377744.624424.7325
Yxy44.62440.35020.4181
Hunter Lab66.8015-17.025824.8096
CIE-Lab72.6439-15.765130.8045

#aab979 color RGB value is (170,185,121).

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

The process color (four color CMYK) of #aab979 color hex is 0.08, 0.00, 0.35, 0.27. Web safe color of #aab979 is #99cc66. Color #aab979 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111001 01111001
Octal 252 271 171
Decimal 170 185 121
Hex AA B9 79

RGB Percentages of Color #aab979

%35.71
%38.87
%25.42

CMYK Percentages of Color #aab979

%8
%0
%35
%27

Triadic Colors of #aab979

#aab979 #79aab9 #b979aa

Analogous Colors of #aab979

#aab979 #8ab979 #b9a879

Monochromatic Colors of #aab979

#aab979

Complementary Color

#aab979 #8879b9

#aab979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab979 Color CSS Codes

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

#aab979 Text Font Color

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

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


#aab979 Background Color

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

This div background color is #aab979


#aab979 Border Color

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

This div border color is #aab979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab979


Comments

No comments written yet.

Please login to write comment.