Color Hex Logo

#aad06a Color Hex

#AAD06A
(170,208,106)
0 Favorites   0 Comments

Color spaces of #aad06a

RGB 170208106
HSL0.230.520.62
HSV82°49°82°
CMYK 0.180.000.49   0.18
XYZ41.735054.698421.9939
Yxy54.69840.35240.4619
Hunter Lab73.9584-28.698934.1391
CIE-Lab78.8672-28.875146.2157

#aad06a color RGB value is (170,208,106).

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

The process color (four color CMYK) of #aad06a color hex is 0.18, 0.00, 0.49, 0.18. Web safe color of #aad06a is #99cc66. Color #aad06a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01101010
Octal 252 320 152
Decimal 170 208 106
Hex AA D0 6A

RGB Percentages of Color #aad06a

%35.12
%42.98
%21.90

CMYK Percentages of Color #aad06a

%18
%0
%49
%18

Triadic Colors of #aad06a

#aad06a #6aaad0 #d06aaa

Analogous Colors of #aad06a

#aad06a #77d06a #d0c36a

Monochromatic Colors of #aad06a

#aad06a

Complementary Color

#aad06a #906ad0

#aad06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad06a Color CSS Codes

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

#aad06a Text Font Color

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

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


#aad06a Background Color

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

This div background color is #aad06a


#aad06a Border Color

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

This div border color is #aad06a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,208,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 #aad06a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad06a


Comments

No comments written yet.

Please login to write comment.