Color Hex Logo

#aad93c Color Hex

#AAD93C
(170,217,60)
0 Favorites   0 Comments

Color spaces of #aad93c

RGB 17021760
HSL0.220.670.54
HSV78°72°85°
CMYK 0.220.000.72   0.15
XYZ42.206058.498013.3417
Yxy58.49800.37010.5129
Hunter Lab76.4840-35.345743.1964
CIE-Lab81.0149-36.707967.9294

#aad93c color RGB value is (170,217,60).

#aad93c hex color red value is 170, green value is 217 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aad93c hue: 0.22 , saturation: 0.67 and the lightness value of aad93c is 0.54.

The process color (four color CMYK) of #aad93c color hex is 0.22, 0.00, 0.72, 0.15. Web safe color of #aad93c is #99cc33. Color #aad93c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 00111100
Octal 252 331 74
Decimal 170 217 60
Hex AA D9 3C

RGB Percentages of Color #aad93c

%38.03
%48.55
%13.42

CMYK Percentages of Color #aad93c

%22
%0
%72
%15

Triadic Colors of #aad93c

#aad93c #3caad9 #d93caa

Analogous Colors of #aad93c

#aad93c #5bd93c #d9ba3c

Monochromatic Colors of #aad93c

#aad93c

Complementary Color

#aad93c #6b3cd9

#aad93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad93c Color CSS Codes

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

#aad93c Text Font Color

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

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


#aad93c Background Color

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

This div background color is #aad93c


#aad93c Border Color

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

This div border color is #aad93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad93c


Comments

No comments written yet.

Please login to write comment.