Color Hex Logo

#aad60a Color Hex

#AAD60A
(170,214,10)
0 Favorites   0 Comments

Color spaces of #aad60a

RGB 17021410
HSL0.200.910.44
HSV73°95°84°
CMYK 0.210.000.95   0.16
XYZ40.678956.66119.0798
Yxy56.66110.38220.5324
Hunter Lab75.2736-35.264845.5397
CIE-Lab79.9886-36.941678.1196

#aad60a color RGB value is (170,214,10).

#aad60a hex color red value is 170, green value is 214 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aad60a hue: 0.20 , saturation: 0.91 and the lightness value of aad60a is 0.44.

The process color (four color CMYK) of #aad60a color hex is 0.21, 0.00, 0.95, 0.16. Web safe color of #aad60a is #99cc00. Color #aad60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 00001010
Octal 252 326 12
Decimal 170 214 10
Hex AA D6 A

RGB Percentages of Color #aad60a

%43.15
%54.31
%2.54

CMYK Percentages of Color #aad60a

%21
%0
%95
%16

Triadic Colors of #aad60a

#aad60a #0aaad6 #d60aaa

Analogous Colors of #aad60a

#aad60a #44d60a #d69c0a

Monochromatic Colors of #aad60a

#aad60a

Complementary Color

#aad60a #360ad6

#aad60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad60a Color CSS Codes

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

#aad60a Text Font Color

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

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


#aad60a Background Color

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

This div background color is #aad60a


#aad60a Border Color

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

This div border color is #aad60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad60a


Comments

No comments written yet.

Please login to write comment.