Color Hex Logo

#aad824 Color Hex

#AAD824
(170,216,36)
0 Favorites   0 Comments

Color spaces of #aad824

RGB 17021636
HSL0.210.710.49
HSV75°83°85°
CMYK 0.210.000.83   0.15
XYZ41.451957.785210.6380
Yxy57.78520.37730.5259
Hunter Lab76.0166-35.692844.9144
CIE-Lab80.6192-37.288074.4699

#aad824 color RGB value is (170,216,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 00100100
Octal 252 330 44
Decimal 170 216 36
Hex AA D8 24

RGB Percentages of Color #aad824

%40.28
%51.18
%8.53

CMYK Percentages of Color #aad824

%21
%0
%83
%15

Triadic Colors of #aad824

#aad824 #24aad8 #d824aa

Analogous Colors of #aad824

#aad824 #50d824 #d8ac24

Monochromatic Colors of #aad824

#aad824

Complementary Color

#aad824 #5224d8

#aad824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad824 Color CSS Codes

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

#aad824 Text Font Color

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

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


#aad824 Background Color

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

This div background color is #aad824


#aad824 Border Color

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

This div border color is #aad824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad824


Comments

No comments written yet.

Please login to write comment.