Color Hex Logo

#aadb24 Color Hex

#AADB24
(170,219,36)
0 Favorites   0 Comments

Color spaces of #aadb24

RGB 17021936
HSL0.210.720.50
HSV76°84°86°
CMYK 0.220.000.84   0.14
XYZ42.227559.336510.8965
Yxy59.33650.37550.5276
Hunter Lab77.0302-36.950245.5341
CIE-Lab81.4762-38.631775.2074

#aadb24 color RGB value is (170,219,36).

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

The process color (four color CMYK) of #aadb24 color hex is 0.22, 0.00, 0.84, 0.14. Web safe color of #aadb24 is #99cc33. Color #aadb24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 00100100
Octal 252 333 44
Decimal 170 219 36
Hex AA DB 24

RGB Percentages of Color #aadb24

%40.00
%51.53
%8.47

CMYK Percentages of Color #aadb24

%22
%0
%84
%14

Triadic Colors of #aadb24

#aadb24 #24aadb #db24aa

Analogous Colors of #aadb24

#aadb24 #4fdb24 #dbb124

Monochromatic Colors of #aadb24

#aadb24

Complementary Color

#aadb24 #5524db

#aadb24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb24 Color CSS Codes

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

#aadb24 Text Font Color

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

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


#aadb24 Background Color

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

This div background color is #aadb24


#aadb24 Border Color

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

This div border color is #aadb24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb24


Comments

No comments written yet.

Please login to write comment.