Color Hex Logo

#acbb9c Color Hex

#ACBB9C
(172,187,156)
0 Favorites   0 Comments

Color spaces of #acbb9c

RGB 172187156
HSL0.250.190.67
HSV89°17°73°
CMYK 0.080.000.17   0.27
XYZ40.784346.711638.3192
Yxy46.71160.32420.3713
Hunter Lab68.3459-13.088314.6002
CIE-Lab74.0049-10.824713.9763

#acbb9c color RGB value is (172,187,156).

#acbb9c hex color red value is 172, green value is 187 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #acbb9c hue: 0.25 , saturation: 0.19 and the lightness value of acbb9c is 0.67.

The process color (four color CMYK) of #acbb9c color hex is 0.08, 0.00, 0.17, 0.27. Web safe color of #acbb9c is #99cc99. Color #acbb9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10011100
Octal 254 273 234
Decimal 172 187 156
Hex AC BB 9C

RGB Percentages of Color #acbb9c

%33.40
%36.31
%30.29

CMYK Percentages of Color #acbb9c

%8
%0
%17
%27

Triadic Colors of #acbb9c

#acbb9c #9cacbb #bb9cac

Analogous Colors of #acbb9c

#acbb9c #9dbb9c #bbbb9c

Monochromatic Colors of #acbb9c

#acbb9c

Complementary Color

#acbb9c #ab9cbb

#acbb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb9c Color CSS Codes

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

#acbb9c Text Font Color

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

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


#acbb9c Background Color

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

This div background color is #acbb9c


#acbb9c Border Color

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

This div border color is #acbb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb9c


Comments

No comments written yet.

Please login to write comment.