Color Hex Logo

#aad22a Color Hex

#AAD22A
(170,210,42)
0 Favorites   0 Comments

Color spaces of #aad22a

RGB 17021042
HSL0.210.670.49
HSV74°80°82°
CMYK 0.190.000.80   0.18
XYZ40.042154.806410.6587
Yxy54.80640.37950.5195
Hunter Lab74.0313-33.007743.2856
CIE-Lab78.9296-34.353671.4971

#aad22a color RGB value is (170,210,42).

#aad22a hex color red value is 170, green value is 210 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aad22a hue: 0.21 , saturation: 0.67 and the lightness value of aad22a is 0.49.

The process color (four color CMYK) of #aad22a color hex is 0.19, 0.00, 0.80, 0.18. Web safe color of #aad22a is #99cc33. Color #aad22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00101010
Octal 252 322 52
Decimal 170 210 42
Hex AA D2 2A

RGB Percentages of Color #aad22a

%40.28
%49.76
%9.95

CMYK Percentages of Color #aad22a

%19
%0
%80
%18

Triadic Colors of #aad22a

#aad22a #2aaad2 #d22aaa

Analogous Colors of #aad22a

#aad22a #56d22a #d2a62a

Monochromatic Colors of #aad22a

#aad22a

Complementary Color

#aad22a #522ad2

#aad22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad22a Color CSS Codes

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

#aad22a Text Font Color

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

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


#aad22a Background Color

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

This div background color is #aad22a


#aad22a Border Color

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

This div border color is #aad22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad22a


Comments

No comments written yet.

Please login to write comment.