Color Hex Logo

#aadf29 Color Hex

#AADF29
(170,223,41)
0 Favorites   0 Comments

Color spaces of #aadf29

RGB 17022341
HSL0.220.740.52
HSV77°82°87°
CMYK 0.240.000.82   0.13
XYZ43.365561.481511.6793
Yxy61.48150.37220.5276
Hunter Lab78.4101-38.496646.0558
CIE-Lab82.6369-40.237875.0362

#aadf29 color RGB value is (170,223,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00101001
Octal 252 337 51
Decimal 170 223 41
Hex AA DF 29

RGB Percentages of Color #aadf29

%39.17
%51.38
%9.45

CMYK Percentages of Color #aadf29

%24
%0
%82
%13

Triadic Colors of #aadf29

#aadf29 #29aadf #df29aa

Analogous Colors of #aadf29

#aadf29 #4fdf29 #dfb929

Monochromatic Colors of #aadf29

#aadf29

Complementary Color

#aadf29 #5e29df

#aadf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf29 Color CSS Codes

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

#aadf29 Text Font Color

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

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


#aadf29 Background Color

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

This div background color is #aadf29


#aadf29 Border Color

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

This div border color is #aadf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf29


Comments

No comments written yet.

Please login to write comment.