Color Hex Logo

#acb97b Color Hex

#ACB97B
(172,185,123)
0 Favorites   0 Comments

Color spaces of #acb97b

RGB 172185123
HSL0.200.310.60
HSV73°34°73°
CMYK 0.070.000.34   0.27
XYZ37.937444.898625.4057
Yxy44.89860.35050.4148
Hunter Lab67.0064-16.198924.4245
CIE-Lab72.8251-14.726730.0196

#acb97b color RGB value is (172,185,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 01111011
Octal 254 271 173
Decimal 172 185 123
Hex AC B9 7B

RGB Percentages of Color #acb97b

%35.83
%38.54
%25.63

CMYK Percentages of Color #acb97b

%7
%0
%34
%27

Triadic Colors of #acb97b

#acb97b #7bacb9 #b97bac

Analogous Colors of #acb97b

#acb97b #8db97b #b9a77b

Monochromatic Colors of #acb97b

#acb97b

Complementary Color

#acb97b #887bb9

#acb97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb97b Color CSS Codes

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

#acb97b Text Font Color

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

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


#acb97b Background Color

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

This div background color is #acb97b


#acb97b Border Color

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

This div border color is #acb97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb97b


Comments

No comments written yet.

Please login to write comment.