Color Hex Logo

#acb58b Color Hex

#ACB58B
(172,181,139)
0 Favorites   0 Comments

Color spaces of #acb58b

RGB 172181139
HSL0.200.220.63
HSV73°23°71°
CMYK 0.050.000.23   0.29
XYZ38.197343.682530.8444
Yxy43.68250.33890.3875
Hunter Lab66.0927-12.500918.5952
CIE-Lab72.0158-10.399520.3997

#acb58b color RGB value is (172,181,139).

#acb58b hex color red value is 172, green value is 181 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #acb58b hue: 0.20 , saturation: 0.22 and the lightness value of acb58b is 0.63.

The process color (four color CMYK) of #acb58b color hex is 0.05, 0.00, 0.23, 0.29. Web safe color of #acb58b is #99cc99. Color #acb58b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 10001011
Octal 254 265 213
Decimal 172 181 139
Hex AC B5 8B

RGB Percentages of Color #acb58b

%34.96
%36.79
%28.25

CMYK Percentages of Color #acb58b

%5
%0
%23
%29

Triadic Colors of #acb58b

#acb58b #8bacb5 #b58bac

Analogous Colors of #acb58b

#acb58b #97b58b #b5a98b

Monochromatic Colors of #acb58b

#acb58b

Complementary Color

#acb58b #948bb5

#acb58b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb58b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb58b Color CSS Codes

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

#acb58b Text Font Color

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

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


#acb58b Background Color

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

This div background color is #acb58b


#acb58b Border Color

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

This div border color is #acb58b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb58b


Comments

No comments written yet.

Please login to write comment.