Color Hex Logo

#aaad76 Color Hex

#AAAD76
(170,173,118)
0 Favorites   0 Comments

Color spaces of #aaad76

RGB 170173118
HSL0.180.250.57
HSV63°32°68°
CMYK 0.020.000.32   0.32
XYZ34.791139.741222.9767
Yxy39.74120.35680.4076
Hunter Lab63.0406-11.809822.5187
CIE-Lab69.2848-9.939027.9718

#aaad76 color RGB value is (170,173,118).

#aaad76 hex color red value is 170, green value is 173 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aaad76 hue: 0.18 , saturation: 0.25 and the lightness value of aaad76 is 0.57.

The process color (four color CMYK) of #aaad76 color hex is 0.02, 0.00, 0.32, 0.32. Web safe color of #aaad76 is #999966. Color #aaad76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01110110
Octal 252 255 166
Decimal 170 173 118
Hex AA AD 76

RGB Percentages of Color #aaad76

%36.88
%37.53
%25.60

CMYK Percentages of Color #aaad76

%2
%0
%32
%32

Triadic Colors of #aaad76

#aaad76 #76aaad #ad76aa

Analogous Colors of #aaad76

#aaad76 #8fad76 #ad9576

Monochromatic Colors of #aaad76

#aaad76

Complementary Color

#aaad76 #7976ad

#aaad76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad76 Color CSS Codes

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

#aaad76 Text Font Color

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

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


#aaad76 Background Color

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

This div background color is #aaad76


#aaad76 Border Color

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

This div border color is #aaad76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad76


Comments

No comments written yet.

Please login to write comment.