Color Hex Logo

#acc160 Color Hex

#ACC160
(172,193,96)
0 Favorites   0 Comments

Color spaces of #acc160

RGB 17219396
HSL0.200.440.57
HSV73°50°76°
CMYK 0.110.000.50   0.24
XYZ38.194547.755118.2709
Yxy47.75510.36650.4582
Hunter Lab69.1051-22.276632.6977
CIE-Lab74.6702-21.850046.0141

#acc160 color RGB value is (172,193,96).

#acc160 hex color red value is 172, green value is 193 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #acc160 hue: 0.20 , saturation: 0.44 and the lightness value of acc160 is 0.57.

The process color (four color CMYK) of #acc160 color hex is 0.11, 0.00, 0.50, 0.24. Web safe color of #acc160 is #99cc66. Color #acc160 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01100000
Octal 254 301 140
Decimal 172 193 96
Hex AC C1 60

RGB Percentages of Color #acc160

%37.31
%41.87
%20.82

CMYK Percentages of Color #acc160

%11
%0
%50
%24

Triadic Colors of #acc160

#acc160 #60acc1 #c160ac

Analogous Colors of #acc160

#acc160 #7cc160 #c1a660

Monochromatic Colors of #acc160

#acc160

Complementary Color

#acc160 #7560c1

#acc160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc160 Color CSS Codes

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

#acc160 Text Font Color

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

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


#acc160 Background Color

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

This div background color is #acc160


#acc160 Border Color

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

This div border color is #acc160


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,193,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc160


Comments

No comments written yet.

Please login to write comment.