Color Hex Logo

#acb19c Color Hex

#ACB19C
(172,177,156)
0 Favorites   0 Comments

Color spaces of #acb19c

RGB 172177156
HSL0.210.120.65
HSV74°12°69°
CMYK 0.030.000.12   0.31
XYZ38.736142.615237.6364
Yxy42.61520.32550.3581
Hunter Lab65.2803-8.322111.5135
CIE-Lab71.2930-5.557410.1443

#acb19c color RGB value is (172,177,156).

#acb19c hex color red value is 172, green value is 177 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #acb19c hue: 0.21 , saturation: 0.12 and the lightness value of acb19c is 0.65.

The process color (four color CMYK) of #acb19c color hex is 0.03, 0.00, 0.12, 0.31. Web safe color of #acb19c is #999999. Color #acb19c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 10011100
Octal 254 261 234
Decimal 172 177 156
Hex AC B1 9C

RGB Percentages of Color #acb19c

%34.06
%35.05
%30.89

CMYK Percentages of Color #acb19c

%3
%0
%12
%31

Triadic Colors of #acb19c

#acb19c #9cacb1 #b19cac

Analogous Colors of #acb19c

#acb19c #a2b19c #b1ac9c

Monochromatic Colors of #acb19c

#acb19c

Complementary Color

#acb19c #a19cb1

#acb19c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb19c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb19c Color CSS Codes

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

#acb19c Text Font Color

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

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


#acb19c Background Color

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

This div background color is #acb19c


#acb19c Border Color

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

This div border color is #acb19c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb19c


Comments

No comments written yet.

Please login to write comment.