Color Hex Logo

#acb976 Color Hex

#ACB976
(172,185,118)
0 Favorites   0 Comments

Color spaces of #acb976

RGB 172185118
HSL0.200.320.59
HSV72°36°73°
CMYK 0.070.000.36   0.27
XYZ37.632244.776623.7989
Yxy44.77660.35430.4216
Hunter Lab66.9153-16.716025.7538
CIE-Lab72.7446-15.369432.5332

#acb976 color RGB value is (172,185,118).

#acb976 hex color red value is 172, green value is 185 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #acb976 hue: 0.20 , saturation: 0.32 and the lightness value of acb976 is 0.59.

The process color (four color CMYK) of #acb976 color hex is 0.07, 0.00, 0.36, 0.27. Web safe color of #acb976 is #99cc66. Color #acb976 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01110110
Octal 254 271 166
Decimal 172 185 118
Hex AC B9 76

RGB Percentages of Color #acb976

%36.21
%38.95
%24.84

CMYK Percentages of Color #acb976

%7
%0
%36
%27

Triadic Colors of #acb976

#acb976 #76acb9 #b976ac

Analogous Colors of #acb976

#acb976 #8bb976 #b9a576

Monochromatic Colors of #acb976

#acb976

Complementary Color

#acb976 #8376b9

#acb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb976 Color CSS Codes

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

#acb976 Text Font Color

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

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


#acb976 Background Color

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

This div background color is #acb976


#acb976 Border Color

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

This div border color is #acb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb976


Comments

No comments written yet.

Please login to write comment.