Color Hex Logo

#aaad0c Color Hex

#AAAD0C
(170,173,12)
0 Favorites   0 Comments

Color spaces of #aaad0c

RGB 17017312
HSL0.170.870.36
HSV61°93°68°
CMYK 0.020.000.93   0.32
XYZ31.587538.45976.1065
Yxy38.45970.41480.5050
Hunter Lab62.0159-17.609737.5730
CIE-Lab68.3581-17.278068.8898

#aaad0c color RGB value is (170,173,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00001100
Octal 252 255 14
Decimal 170 173 12
Hex AA AD C

RGB Percentages of Color #aaad0c

%47.89
%48.73
%3.38

CMYK Percentages of Color #aaad0c

%2
%0
%93
%32

Triadic Colors of #aaad0c

#aaad0c #0caaad #ad0caa

Analogous Colors of #aaad0c

#aaad0c #5aad0c #ad5f0c

Monochromatic Colors of #aaad0c

#aaad0c

Complementary Color

#aaad0c #0f0cad

#aaad0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad0c Color CSS Codes

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

#aaad0c Text Font Color

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

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


#aaad0c Background Color

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

This div background color is #aaad0c


#aaad0c Border Color

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

This div border color is #aaad0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad0c


Comments

No comments written yet.

Please login to write comment.