Color Hex Logo

#aad517 Color Hex

#AAD517
(170,213,23)
0 Favorites   0 Comments

Color spaces of #aad517

RGB 17021323
HSL0.200.810.46
HSV74°89°84°
CMYK 0.200.000.89   0.16
XYZ40.526556.19649.5216
Yxy56.19640.38140.5289
Hunter Lab74.9643-34.688444.9442
CIE-Lab79.7255-36.278676.2711

#aad517 color RGB value is (170,213,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 00010111
Octal 252 325 27
Decimal 170 213 23
Hex AA D5 17

RGB Percentages of Color #aad517

%41.87
%52.46
%5.67

CMYK Percentages of Color #aad517

%20
%0
%89
%16

Triadic Colors of #aad517

#aad517 #17aad5 #d517aa

Analogous Colors of #aad517

#aad517 #4bd517 #d5a117

Monochromatic Colors of #aad517

#aad517

Complementary Color

#aad517 #4217d5

#aad517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad517 Color CSS Codes

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

#aad517 Text Font Color

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

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


#aad517 Background Color

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

This div background color is #aad517


#aad517 Border Color

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

This div border color is #aad517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad517


Comments

No comments written yet.

Please login to write comment.