Color Hex Logo

#acc516 Color Hex

#ACC516
(172,197,22)
0 Favorites   0 Comments

Color spaces of #acc516

RGB 17219722
HSL0.190.800.43
HSV69°89°77°
CMYK 0.130.000.89   0.23
XYZ37.124348.76118.2142
Yxy48.76110.39450.5182
Hunter Lab69.8291-27.302441.9060
CIE-Lab75.3025-28.054172.9099

#acc516 color RGB value is (172,197,22).

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

The process color (four color CMYK) of #acc516 color hex is 0.13, 0.00, 0.89, 0.23. Web safe color of #acc516 is #99cc00. Color #acc516 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00010110
Octal 254 305 26
Decimal 172 197 22
Hex AC C5 16

RGB Percentages of Color #acc516

%43.99
%50.38
%5.63

CMYK Percentages of Color #acc516

%13
%0
%89
%23

Triadic Colors of #acc516

#acc516 #16acc5 #c516ac

Analogous Colors of #acc516

#acc516 #54c516 #c58716

Monochromatic Colors of #acc516

#acc516

Complementary Color

#acc516 #2f16c5

#acc516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc516 Color CSS Codes

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

#acc516 Text Font Color

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

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


#acc516 Background Color

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

This div background color is #acc516


#acc516 Border Color

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

This div border color is #acc516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc516


Comments

No comments written yet.

Please login to write comment.