Color Hex Logo

#aad05a Color Hex

#AAD05A
(170,208,90)
0 Favorites   0 Comments

Color spaces of #aad05a

RGB 17020890
HSL0.220.560.58
HSV79°57°82°
CMYK 0.180.000.57   0.18
XYZ40.978954.396018.0125
Yxy54.39600.36140.4797
Hunter Lab73.7536-29.890937.1474
CIE-Lab78.6921-30.429153.4709

#aad05a color RGB value is (170,208,90).

#aad05a hex color red value is 170, green value is 208 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aad05a hue: 0.22 , saturation: 0.56 and the lightness value of aad05a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 01011010
Octal 252 320 132
Decimal 170 208 90
Hex AA D0 5A

RGB Percentages of Color #aad05a

%36.32
%44.44
%19.23

CMYK Percentages of Color #aad05a

%18
%0
%57
%18

Triadic Colors of #aad05a

#aad05a #5aaad0 #d05aaa

Analogous Colors of #aad05a

#aad05a #6fd05a #d0bb5a

Monochromatic Colors of #aad05a

#aad05a

Complementary Color

#aad05a #805ad0

#aad05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad05a Color CSS Codes

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

#aad05a Text Font Color

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

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


#aad05a Background Color

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

This div background color is #aad05a


#aad05a Border Color

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

This div border color is #aad05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad05a


Comments

No comments written yet.

Please login to write comment.