Color Hex Logo

#aad32a Color Hex

#AAD32A
(170,211,42)
0 Favorites   0 Comments

Color spaces of #aad32a

RGB 17021142
HSL0.210.670.50
HSV75°80°83°
CMYK 0.190.000.80   0.17
XYZ40.289755.301710.7413
Yxy55.30170.37890.5201
Hunter Lab74.3651-33.430843.4917
CIE-Lab79.2147-34.811571.7512

#aad32a color RGB value is (170,211,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 00101010
Octal 252 323 52
Decimal 170 211 42
Hex AA D3 2A

RGB Percentages of Color #aad32a

%40.19
%49.88
%9.93

CMYK Percentages of Color #aad32a

%19
%0
%80
%17

Triadic Colors of #aad32a

#aad32a #2aaad3 #d32aaa

Analogous Colors of #aad32a

#aad32a #55d32a #d3a82a

Monochromatic Colors of #aad32a

#aad32a

Complementary Color

#aad32a #532ad3

#aad32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad32a Color CSS Codes

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

#aad32a Text Font Color

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

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


#aad32a Background Color

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

This div background color is #aad32a


#aad32a Border Color

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

This div border color is #aad32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad32a


Comments

No comments written yet.

Please login to write comment.