Color Hex Logo

#aaad49 Color Hex

#AAAD49
(170,173,73)
0 Favorites   0 Comments

Color spaces of #aaad49

RGB 17017373
HSL0.170.410.48
HSV62°58°68°
CMYK 0.020.000.58   0.32
XYZ32.723738.914212.0898
Yxy38.91420.39080.4648
Hunter Lab62.3812-15.530432.1762
CIE-Lab68.6891-14.601049.8877

#aaad49 color RGB value is (170,173,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01001001
Octal 252 255 111
Decimal 170 173 73
Hex AA AD 49

RGB Percentages of Color #aaad49

%40.87
%41.59
%17.55

CMYK Percentages of Color #aaad49

%2
%0
%58
%32

Triadic Colors of #aaad49

#aaad49 #49aaad #ad49aa

Analogous Colors of #aaad49

#aaad49 #78ad49 #ad7e49

Monochromatic Colors of #aaad49

#aaad49

Complementary Color

#aaad49 #4c49ad

#aaad49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad49 Color CSS Codes

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

#aaad49 Text Font Color

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

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


#aaad49 Background Color

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

This div background color is #aaad49


#aaad49 Border Color

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

This div border color is #aaad49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad49


Comments

No comments written yet.

Please login to write comment.