Color Hex Logo

#aaad74 Color Hex

#AAAD74
(170,173,116)
0 Favorites   0 Comments

Color spaces of #aaad74

RGB 170173116
HSL0.180.260.57
HSV63°33°68°
CMYK 0.020.000.33   0.32
XYZ34.673539.694122.3572
Yxy39.69410.35850.4104
Hunter Lab63.0033-12.019223.0628
CIE-Lab69.2511-10.197228.9936

#aaad74 color RGB value is (170,173,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01110100
Octal 252 255 164
Decimal 170 173 116
Hex AA AD 74

RGB Percentages of Color #aaad74

%37.04
%37.69
%25.27

CMYK Percentages of Color #aaad74

%2
%0
%33
%32

Triadic Colors of #aaad74

#aaad74 #74aaad #ad74aa

Analogous Colors of #aaad74

#aaad74 #8ead74 #ad9474

Monochromatic Colors of #aaad74

#aaad74

Complementary Color

#aaad74 #7774ad

#aaad74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad74 Color CSS Codes

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

#aaad74 Text Font Color

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

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


#aaad74 Background Color

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

This div background color is #aaad74


#aaad74 Border Color

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

This div border color is #aaad74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad74


Comments

No comments written yet.

Please login to write comment.