Color Hex Logo

#aad224 Color Hex

#AAD224
(170,210,36)
0 Favorites   0 Comments

Color spaces of #aad224

RGB 17021036
HSL0.200.710.48
HSV74°83°82°
CMYK 0.190.000.83   0.18
XYZ39.942654.766610.1349
Yxy54.76660.38100.5224
Hunter Lab74.0045-33.165643.6834
CIE-Lab78.9066-34.565272.9928

#aad224 color RGB value is (170,210,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00100100
Octal 252 322 44
Decimal 170 210 36
Hex AA D2 24

RGB Percentages of Color #aad224

%40.87
%50.48
%8.65

CMYK Percentages of Color #aad224

%19
%0
%83
%18

Triadic Colors of #aad224

#aad224 #24aad2 #d224aa

Analogous Colors of #aad224

#aad224 #53d224 #d2a324

Monochromatic Colors of #aad224

#aad224

Complementary Color

#aad224 #4c24d2

#aad224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad224 Color CSS Codes

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

#aad224 Text Font Color

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

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


#aad224 Background Color

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

This div background color is #aad224


#aad224 Border Color

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

This div border color is #aad224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad224


Comments

No comments written yet.

Please login to write comment.