Color Hex Logo

#aade29 Color Hex

#AADE29
(170,222,41)
0 Favorites   0 Comments

Color spaces of #aade29

RGB 17022241
HSL0.210.730.52
HSV77°82°87°
CMYK 0.230.000.82   0.13
XYZ43.099160.948711.5905
Yxy60.94870.37270.5271
Hunter Lab78.0696-38.079245.8463
CIE-Lab82.3512-39.795974.7850

#aade29 color RGB value is (170,222,41).

#aade29 hex color red value is 170, green value is 222 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aade29 hue: 0.21 , saturation: 0.73 and the lightness value of aade29 is 0.52.

The process color (four color CMYK) of #aade29 color hex is 0.23, 0.00, 0.82, 0.13. Web safe color of #aade29 is #99cc33. Color #aade29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 00101001
Octal 252 336 51
Decimal 170 222 41
Hex AA DE 29

RGB Percentages of Color #aade29

%39.26
%51.27
%9.47

CMYK Percentages of Color #aade29

%23
%0
%82
%13

Triadic Colors of #aade29

#aade29 #29aade #de29aa

Analogous Colors of #aade29

#aade29 #4fde29 #deb829

Monochromatic Colors of #aade29

#aade29

Complementary Color

#aade29 #5d29de

#aade29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade29 Color CSS Codes

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

#aade29 Text Font Color

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

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


#aade29 Background Color

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

This div background color is #aade29


#aade29 Border Color

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

This div border color is #aade29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade29


Comments

No comments written yet.

Please login to write comment.