Color Hex Logo

#aaad3e Color Hex

#AAAD3E
(170,173,62)
0 Favorites   0 Comments

Color spaces of #aaad3e

RGB 17017362
HSL0.170.470.46
HSV62°64°68°
CMYK 0.020.000.64   0.32
XYZ32.390638.781010.3357
Yxy38.78100.39740.4758
Hunter Lab62.2744-16.137533.7517
CIE-Lab68.5923-15.377154.6149

#aaad3e color RGB value is (170,173,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 00111110
Octal 252 255 76
Decimal 170 173 62
Hex AA AD 3E

RGB Percentages of Color #aaad3e

%41.98
%42.72
%15.31

CMYK Percentages of Color #aaad3e

%2
%0
%64
%32

Triadic Colors of #aaad3e

#aaad3e #3eaaad #ad3eaa

Analogous Colors of #aaad3e

#aaad3e #73ad3e #ad793e

Monochromatic Colors of #aaad3e

#aaad3e

Complementary Color

#aaad3e #413ead

#aaad3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad3e Color CSS Codes

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

#aaad3e Text Font Color

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

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


#aaad3e Background Color

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

This div background color is #aaad3e


#aaad3e Border Color

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

This div border color is #aaad3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad3e


Comments

No comments written yet.

Please login to write comment.