Color Hex Logo

#aaad3d Color Hex

#AAAD3D
(170,173,61)
0 Favorites   0 Comments

Color spaces of #aaad3d

RGB 17017361
HSL0.170.480.46
HSV62°65°68°
CMYK 0.020.000.65   0.32
XYZ32.363438.770110.1925
Yxy38.77010.39790.4767
Hunter Lab62.2656-16.187133.8805
CIE-Lab68.5844-15.440755.0245

#aaad3d color RGB value is (170,173,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00111101
Octal 252 255 75
Decimal 170 173 61
Hex AA AD 3D

RGB Percentages of Color #aaad3d

%42.08
%42.82
%15.10

CMYK Percentages of Color #aaad3d

%2
%0
%65
%32

Triadic Colors of #aaad3d

#aaad3d #3daaad #ad3daa

Analogous Colors of #aaad3d

#aaad3d #72ad3d #ad783d

Monochromatic Colors of #aaad3d

#aaad3d

Complementary Color

#aaad3d #403dad

#aaad3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad3d Color CSS Codes

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

#aaad3d Text Font Color

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

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


#aaad3d Background Color

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

This div background color is #aaad3d


#aaad3d Border Color

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

This div border color is #aaad3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad3d


Comments

No comments written yet.

Please login to write comment.