Color Hex Logo

#aad41e Color Hex

#AAD41E
(170,212,30)
0 Favorites   0 Comments

Color spaces of #aad41e

RGB 17021230
HSL0.210.750.47
HSV74°86°83°
CMYK 0.200.000.86   0.17
XYZ40.355455.72689.8577
Yxy55.72680.38090.5260
Hunter Lab74.6504-34.142544.4259
CIE-Lab79.4581-35.656474.7776

#aad41e color RGB value is (170,212,30).

#aad41e hex color red value is 170, green value is 212 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aad41e hue: 0.21 , saturation: 0.75 and the lightness value of aad41e is 0.47.

The process color (four color CMYK) of #aad41e color hex is 0.20, 0.00, 0.86, 0.17. Web safe color of #aad41e is #99cc33. Color #aad41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 00011110
Octal 252 324 36
Decimal 170 212 30
Hex AA D4 1E

RGB Percentages of Color #aad41e

%41.26
%51.46
%7.28

CMYK Percentages of Color #aad41e

%20
%0
%86
%17

Triadic Colors of #aad41e

#aad41e #1eaad4 #d41eaa

Analogous Colors of #aad41e

#aad41e #4fd41e #d4a31e

Monochromatic Colors of #aad41e

#aad41e

Complementary Color

#aad41e #481ed4

#aad41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad41e Color CSS Codes

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

#aad41e Text Font Color

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

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


#aad41e Background Color

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

This div background color is #aad41e


#aad41e Border Color

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

This div border color is #aad41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad41e


Comments

No comments written yet.

Please login to write comment.