Color Hex Logo

#aaad1f Color Hex

#AAAD1F
(170,173,31)
0 Favorites   0 Comments

Color spaces of #aaad1f

RGB 17017331
HSL0.170.700.40
HSV61°82°68°
CMYK 0.020.000.82   0.32
XYZ31.768538.53217.0594
Yxy38.53210.41070.4981
Hunter Lab62.0742-17.276736.7092
CIE-Lab68.4110-16.845765.1898

#aaad1f color RGB value is (170,173,31).

#aaad1f hex color red value is 170, green value is 173 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aaad1f hue: 0.17 , saturation: 0.70 and the lightness value of aaad1f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00011111
Octal 252 255 37
Decimal 170 173 31
Hex AA AD 1F

RGB Percentages of Color #aaad1f

%45.45
%46.26
%8.29

CMYK Percentages of Color #aaad1f

%2
%0
%82
%32

Triadic Colors of #aaad1f

#aaad1f #1faaad #ad1faa

Analogous Colors of #aaad1f

#aaad1f #63ad1f #ad691f

Monochromatic Colors of #aaad1f

#aaad1f

Complementary Color

#aaad1f #221fad

#aaad1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad1f Color CSS Codes

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

#aaad1f Text Font Color

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

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


#aaad1f Background Color

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

This div background color is #aaad1f


#aaad1f Border Color

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

This div border color is #aaad1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad1f


Comments

No comments written yet.

Please login to write comment.