Color Hex Logo

#acb88f Color Hex

#ACB88F
(172,184,143)
0 Favorites   0 Comments

Color spaces of #acb88f

RGB 172184143
HSL0.220.220.64
HSV78°22°72°
CMYK 0.070.000.22   0.28
XYZ39.111745.034832.6178
Yxy45.03480.33500.3857
Hunter Lab67.1080-13.406018.1577
CIE-Lab72.9148-11.353519.4792

#acb88f color RGB value is (172,184,143).

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

The process color (four color CMYK) of #acb88f color hex is 0.07, 0.00, 0.22, 0.28. Web safe color of #acb88f is #99cc99. Color #acb88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 10001111
Octal 254 270 217
Decimal 172 184 143
Hex AC B8 8F

RGB Percentages of Color #acb88f

%34.47
%36.87
%28.66

CMYK Percentages of Color #acb88f

%7
%0
%22
%28

Triadic Colors of #acb88f

#acb88f #8facb8 #b88fac

Analogous Colors of #acb88f

#acb88f #98b88f #b8b08f

Monochromatic Colors of #acb88f

#acb88f

Complementary Color

#acb88f #9b8fb8

#acb88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb88f Color CSS Codes

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

#acb88f Text Font Color

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

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


#acb88f Background Color

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

This div background color is #acb88f


#acb88f Border Color

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

This div border color is #acb88f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,184,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 #acb88f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb88f


Comments

No comments written yet.

Please login to write comment.