Color Hex Logo

#aac517 Color Hex

#AAC517
(170,197,23)
0 Favorites   0 Comments

Color spaces of #aac517

RGB 17019723
HSL0.190.790.43
HSV69°88°77°
CMYK 0.140.000.88   0.23
XYZ36.698548.54048.2456
Yxy48.54040.39260.5192
Hunter Lab69.6709-27.901041.7526
CIE-Lab75.1645-28.862272.5645

#aac517 color RGB value is (170,197,23).

#aac517 hex color red value is 170, green value is 197 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #aac517 hue: 0.19 , saturation: 0.79 and the lightness value of aac517 is 0.43.

The process color (four color CMYK) of #aac517 color hex is 0.14, 0.00, 0.88, 0.23. Web safe color of #aac517 is #99cc00. Color #aac517 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000101 00010111
Octal 252 305 27
Decimal 170 197 23
Hex AA C5 17

RGB Percentages of Color #aac517

%43.59
%50.51
%5.90

CMYK Percentages of Color #aac517

%14
%0
%88
%23

Triadic Colors of #aac517

#aac517 #17aac5 #c517aa

Analogous Colors of #aac517

#aac517 #53c517 #c58917

Monochromatic Colors of #aac517

#aac517

Complementary Color

#aac517 #3217c5

#aac517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac517 Color CSS Codes

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

#aac517 Text Font Color

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

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


#aac517 Background Color

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

This div background color is #aac517


#aac517 Border Color

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

This div border color is #aac517


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,197,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 #aac517">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac517


Comments

No comments written yet.

Please login to write comment.