Color Hex Logo

#acb58f Color Hex

#ACB58F
(172,181,143)
0 Favorites   0 Comments

Color spaces of #acb58f

RGB 172181143
HSL0.210.200.64
HSV74°21°71°
CMYK 0.050.000.21   0.29
XYZ38.495143.801632.4122
Yxy43.80160.33560.3819
Hunter Lab66.1828-11.995617.2914
CIE-Lab72.0957-9.787618.3487

#acb58f color RGB value is (172,181,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110101 10001111
Octal 254 265 217
Decimal 172 181 143
Hex AC B5 8F

RGB Percentages of Color #acb58f

%34.68
%36.49
%28.83

CMYK Percentages of Color #acb58f

%5
%0
%21
%29

Triadic Colors of #acb58f

#acb58f #8facb5 #b58fac

Analogous Colors of #acb58f

#acb58f #99b58f #b5ab8f

Monochromatic Colors of #acb58f

#acb58f

Complementary Color

#acb58f #988fb5

#acb58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb58f Color CSS Codes

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

#acb58f Text Font Color

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

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


#acb58f Background Color

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

This div background color is #acb58f


#acb58f Border Color

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

This div border color is #acb58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb58f


Comments

No comments written yet.

Please login to write comment.