Color Hex Logo

#aad516 Color Hex

#AAD516
(170,213,22)
0 Favorites   0 Comments

Color spaces of #aad516

RGB 17021322
HSL0.200.810.46
HSV74°90°84°
CMYK 0.200.000.90   0.16
XYZ40.516656.19259.4698
Yxy56.19250.38160.5292
Hunter Lab74.9617-34.704144.9831
CIE-Lab79.7233-36.299776.4286

#aad516 color RGB value is (170,213,22).

#aad516 hex color red value is 170, green value is 213 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aad516 hue: 0.20 , saturation: 0.81 and the lightness value of aad516 is 0.46.

The process color (four color CMYK) of #aad516 color hex is 0.20, 0.00, 0.90, 0.16. Web safe color of #aad516 is #99cc00. Color #aad516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 00010110
Octal 252 325 26
Decimal 170 213 22
Hex AA D5 16

RGB Percentages of Color #aad516

%41.98
%52.59
%5.43

CMYK Percentages of Color #aad516

%20
%0
%90
%16

Triadic Colors of #aad516

#aad516 #16aad5 #d516aa

Analogous Colors of #aad516

#aad516 #4bd516 #d5a116

Monochromatic Colors of #aad516

#aad516

Complementary Color

#aad516 #4116d5

#aad516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad516 Color CSS Codes

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

#aad516 Text Font Color

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

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


#aad516 Background Color

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

This div background color is #aad516


#aad516 Border Color

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

This div border color is #aad516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad516


Comments

No comments written yet.

Please login to write comment.