Color Hex Logo

#acb974 Color Hex

#ACB974
(172,185,116)
0 Favorites   0 Comments

Color spaces of #acb974

RGB 172185116
HSL0.200.330.59
HSV71°37°73°
CMYK 0.070.000.37   0.27
XYZ37.514644.729523.1794
Yxy44.72950.35580.4243
Hunter Lab66.8801-16.915426.2673
CIE-Lab72.7134-15.618133.5341

#acb974 color RGB value is (172,185,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01110100
Octal 254 271 164
Decimal 172 185 116
Hex AC B9 74

RGB Percentages of Color #acb974

%36.36
%39.11
%24.52

CMYK Percentages of Color #acb974

%7
%0
%37
%27

Triadic Colors of #acb974

#acb974 #74acb9 #b974ac

Analogous Colors of #acb974

#acb974 #8ab974 #b9a474

Monochromatic Colors of #acb974

#acb974

Complementary Color

#acb974 #8174b9

#acb974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb974 Color CSS Codes

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

#acb974 Text Font Color

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

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


#acb974 Background Color

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

This div background color is #acb974


#acb974 Border Color

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

This div border color is #acb974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb974


Comments

No comments written yet.

Please login to write comment.