Color Hex Logo

#aad024 Color Hex

#AAD024
(170,208,36)
0 Favorites   0 Comments

Color spaces of #aad024

RGB 17020836
HSL0.200.700.48
HSV73°83°82°
CMYK 0.180.000.83   0.18
XYZ39.451953.78529.9713
Yxy53.78520.38230.5211
Hunter Lab73.3384-32.319343.2756
CIE-Lab78.3363-33.647072.4999

#aad024 color RGB value is (170,208,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00100100
Octal 252 320 44
Decimal 170 208 36
Hex AA D0 24

RGB Percentages of Color #aad024

%41.06
%50.24
%8.70

CMYK Percentages of Color #aad024

%18
%0
%83
%18

Triadic Colors of #aad024

#aad024 #24aad0 #d024aa

Analogous Colors of #aad024

#aad024 #54d024 #d0a024

Monochromatic Colors of #aad024

#aad024

Complementary Color

#aad024 #4a24d0

#aad024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad024 Color CSS Codes

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

#aad024 Text Font Color

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

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


#aad024 Background Color

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

This div background color is #aad024


#aad024 Border Color

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

This div border color is #aad024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad024


Comments

No comments written yet.

Please login to write comment.