Color Hex Logo

#acb971 Color Hex

#ACB971
(172,185,113)
0 Favorites   0 Comments

Color spaces of #acb971

RGB 172185113
HSL0.200.340.58
HSV71°39°73°
CMYK 0.070.000.39   0.27
XYZ37.342944.660822.2750
Yxy44.66080.35810.4283
Hunter Lab66.8287-17.207227.0179
CIE-Lab72.6680-15.982735.0296

#acb971 color RGB value is (172,185,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01110001
Octal 254 271 161
Decimal 172 185 113
Hex AC B9 71

RGB Percentages of Color #acb971

%36.60
%39.36
%24.04

CMYK Percentages of Color #acb971

%7
%0
%39
%27

Triadic Colors of #acb971

#acb971 #71acb9 #b971ac

Analogous Colors of #acb971

#acb971 #88b971 #b9a271

Monochromatic Colors of #acb971

#acb971

Complementary Color

#acb971 #7e71b9

#acb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb971 Color CSS Codes

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

#acb971 Text Font Color

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

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


#acb971 Background Color

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

This div background color is #acb971


#acb971 Border Color

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

This div border color is #acb971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb971


Comments

No comments written yet.

Please login to write comment.