Color Hex Logo

#aad66a Color Hex

#AAD66A
(170,214,106)
0 Favorites   0 Comments

Color spaces of #aad66a

RGB 170214106
HSL0.230.570.63
HSV84°50°84°
CMYK 0.210.000.50   0.16
XYZ43.225657.679822.4908
Yxy57.67980.35030.4674
Hunter Lab75.9472-31.313835.6051
CIE-Lab80.5604-31.701848.2579

#aad66a color RGB value is (170,214,106).

#aad66a hex color red value is 170, green value is 214 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aad66a hue: 0.23 , saturation: 0.57 and the lightness value of aad66a is 0.63.

The process color (four color CMYK) of #aad66a color hex is 0.21, 0.00, 0.50, 0.16. Web safe color of #aad66a is #99cc66. Color #aad66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01101010
Octal 252 326 152
Decimal 170 214 106
Hex AA D6 6A

RGB Percentages of Color #aad66a

%34.69
%43.67
%21.63

CMYK Percentages of Color #aad66a

%21
%0
%50
%16

Triadic Colors of #aad66a

#aad66a #6aaad6 #d66aaa

Analogous Colors of #aad66a

#aad66a #74d66a #d6cc6a

Monochromatic Colors of #aad66a

#aad66a

Complementary Color

#aad66a #966ad6

#aad66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad66a Color CSS Codes

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

#aad66a Text Font Color

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

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


#aad66a Background Color

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

This div background color is #aad66a


#aad66a Border Color

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

This div border color is #aad66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad66a


Comments

No comments written yet.

Please login to write comment.