Color Hex Logo

#acb572 Color Hex

#ACB572
(172,181,114)
0 Favorites   0 Comments

Color spaces of #acb572

RGB 172181114
HSL0.190.310.58
HSV68°37°71°
CMYK 0.050.000.37   0.29
XYZ36.574443.033322.2982
Yxy43.03330.35890.4223
Hunter Lab65.5998-15.279025.7664
CIE-Lab71.5776-13.812133.1086

#acb572 color RGB value is (172,181,114).

#acb572 hex color red value is 172, green value is 181 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #acb572 hue: 0.19 , saturation: 0.31 and the lightness value of acb572 is 0.58.

The process color (four color CMYK) of #acb572 color hex is 0.05, 0.00, 0.37, 0.29. Web safe color of #acb572 is #99cc66. Color #acb572 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 01110010
Octal 254 265 162
Decimal 172 181 114
Hex AC B5 72

RGB Percentages of Color #acb572

%36.83
%38.76
%24.41

CMYK Percentages of Color #acb572

%5
%0
%37
%29

Triadic Colors of #acb572

#acb572 #72acb5 #b572ac

Analogous Colors of #acb572

#acb572 #8bb572 #b59d72

Monochromatic Colors of #acb572

#acb572

Complementary Color

#acb572 #7b72b5

#acb572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb572 Color CSS Codes

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

#acb572 Text Font Color

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

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


#acb572 Background Color

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

This div background color is #acb572


#acb572 Border Color

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

This div border color is #acb572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb572


Comments

No comments written yet.

Please login to write comment.