Color Hex Logo

#aad029 Color Hex

#AAD029
(170,208,41)
0 Favorites   0 Comments

Color spaces of #aad029

RGB 17020841
HSL0.200.670.49
HSV74°80°82°
CMYK 0.180.000.80   0.18
XYZ39.533753.817910.4021
Yxy53.81790.38100.5187
Hunter Lab73.3607-32.188542.9455
CIE-Lab78.3554-33.471771.2528

#aad029 color RGB value is (170,208,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00101001
Octal 252 320 51
Decimal 170 208 41
Hex AA D0 29

RGB Percentages of Color #aad029

%40.57
%49.64
%9.79

CMYK Percentages of Color #aad029

%18
%0
%80
%18

Triadic Colors of #aad029

#aad029 #29aad0 #d029aa

Analogous Colors of #aad029

#aad029 #56d029 #d0a329

Monochromatic Colors of #aad029

#aad029

Complementary Color

#aad029 #4f29d0

#aad029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad029 Color CSS Codes

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

#aad029 Text Font Color

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

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


#aad029 Background Color

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

This div background color is #aad029


#aad029 Border Color

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

This div border color is #aad029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad029


Comments

No comments written yet.

Please login to write comment.