Color Hex Logo

#acc416 Color Hex

#ACC416
(172,196,22)
0 Favorites   0 Comments

Color spaces of #acc416

RGB 17219622
HSL0.190.800.43
HSV68°89°77°
CMYK 0.120.000.89   0.23
XYZ36.898048.30848.1388
Yxy48.30840.39530.5175
Hunter Lab69.5042-26.871441.7102
CIE-Lab75.0190-27.576672.6806

#acc416 color RGB value is (172,196,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 00010110
Octal 254 304 26
Decimal 172 196 22
Hex AC C4 16

RGB Percentages of Color #acc416

%44.10
%50.26
%5.64

CMYK Percentages of Color #acc416

%12
%0
%89
%23

Triadic Colors of #acc416

#acc416 #16acc4 #c416ac

Analogous Colors of #acc416

#acc416 #55c416 #c48516

Monochromatic Colors of #acc416

#acc416

Complementary Color

#acc416 #2e16c4

#acc416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc416 Color CSS Codes

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

#acc416 Text Font Color

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

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


#acc416 Background Color

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

This div background color is #acc416


#acc416 Border Color

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

This div border color is #acc416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc416


Comments

No comments written yet.

Please login to write comment.