Color Hex Logo

#aad032 Color Hex

#AAD032
(170,208,50)
0 Favorites   0 Comments

Color spaces of #aad032

RGB 17020850
HSL0.210.630.51
HSV74°76°82°
CMYK 0.180.000.76   0.18
XYZ39.709253.888111.3262
Yxy53.88810.37850.5136
Hunter Lab73.4085-31.908142.2381
CIE-Lab78.3964-33.097068.6925

#aad032 color RGB value is (170,208,50).

#aad032 hex color red value is 170, green value is 208 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aad032 hue: 0.21 , saturation: 0.63 and the lightness value of aad032 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00110010
Octal 252 320 62
Decimal 170 208 50
Hex AA D0 32

RGB Percentages of Color #aad032

%39.72
%48.60
%11.68

CMYK Percentages of Color #aad032

%18
%0
%76
%18

Triadic Colors of #aad032

#aad032 #32aad0 #d032aa

Analogous Colors of #aad032

#aad032 #5bd032 #d0a732

Monochromatic Colors of #aad032

#aad032

Complementary Color

#aad032 #5832d0

#aad032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad032 Color CSS Codes

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

#aad032 Text Font Color

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

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


#aad032 Background Color

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

This div background color is #aad032


#aad032 Border Color

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

This div border color is #aad032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad032


Comments

No comments written yet.

Please login to write comment.