Color Hex Logo

#aaad0f Color Hex

#AAAD0F
(170,173,15)
0 Favorites   0 Comments

Color spaces of #aaad0f

RGB 17017315
HSL0.170.840.37
HSV61°91°68°
CMYK 0.020.000.91   0.32
XYZ31.607438.46776.2111
Yxy38.46770.41430.5043
Hunter Lab62.0223-17.573137.4782
CIE-Lab68.3639-17.230568.4653

#aaad0f color RGB value is (170,173,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00001111
Octal 252 255 17
Decimal 170 173 15
Hex AA AD F

RGB Percentages of Color #aaad0f

%47.49
%48.32
%4.19

CMYK Percentages of Color #aaad0f

%2
%0
%91
%32

Triadic Colors of #aaad0f

#aaad0f #0faaad #ad0faa

Analogous Colors of #aaad0f

#aaad0f #5bad0f #ad610f

Monochromatic Colors of #aaad0f

#aaad0f

Complementary Color

#aaad0f #120fad

#aaad0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad0f Color CSS Codes

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

#aaad0f Text Font Color

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

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


#aaad0f Background Color

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

This div background color is #aaad0f


#aaad0f Border Color

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

This div border color is #aaad0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad0f


Comments

No comments written yet.

Please login to write comment.