Color Hex Logo

#aaad0a Color Hex

#AAAD0A
(170,173,10)
0 Favorites   0 Comments

Color spaces of #aaad0a

RGB 17017310
HSL0.170.890.36
HSV61°94°68°
CMYK 0.020.000.94   0.32
XYZ31.575938.45516.0455
Yxy38.45510.41510.5055
Hunter Lab62.0122-17.631137.6284
CIE-Lab68.3547-17.305969.1398

#aaad0a color RGB value is (170,173,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00001010
Octal 252 255 12
Decimal 170 173 10
Hex AA AD A

RGB Percentages of Color #aaad0a

%48.16
%49.01
%2.83

CMYK Percentages of Color #aaad0a

%2
%0
%94
%32

Triadic Colors of #aaad0a

#aaad0a #0aaaad #ad0aaa

Analogous Colors of #aaad0a

#aaad0a #59ad0a #ad5e0a

Monochromatic Colors of #aaad0a

#aaad0a

Complementary Color

#aaad0a #0d0aad

#aaad0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad0a Color CSS Codes

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

#aaad0a Text Font Color

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

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


#aaad0a Background Color

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

This div background color is #aaad0a


#aaad0a Border Color

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

This div border color is #aaad0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad0a


Comments

No comments written yet.

Please login to write comment.