Color Hex Logo

#aadd24 Color Hex

#AADD24
(170,221,36)
0 Favorites   0 Comments

Color spaces of #aadd24

RGB 17022136
HSL0.210.730.50
HSV77°84°87°
CMYK 0.230.000.84   0.13
XYZ42.752560.386311.0715
Yxy60.38630.37430.5287
Hunter Lab77.7086-37.785845.9487
CIE-Lab82.0477-39.520475.6983

#aadd24 color RGB value is (170,221,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 00100100
Octal 252 335 44
Decimal 170 221 36
Hex AA DD 24

RGB Percentages of Color #aadd24

%39.81
%51.76
%8.43

CMYK Percentages of Color #aadd24

%23
%0
%84
%13

Triadic Colors of #aadd24

#aadd24 #24aadd #dd24aa

Analogous Colors of #aadd24

#aadd24 #4edd24 #ddb424

Monochromatic Colors of #aadd24

#aadd24

Complementary Color

#aadd24 #5724dd

#aadd24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd24 Color CSS Codes

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

#aadd24 Text Font Color

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

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


#aadd24 Background Color

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

This div background color is #aadd24


#aadd24 Border Color

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

This div border color is #aadd24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd24


Comments

No comments written yet.

Please login to write comment.