Color Hex Logo

#acba6c Color Hex

#ACBA6C
(172,186,108)
0 Favorites   0 Comments

Color spaces of #acba6c

RGB 172186108
HSL0.200.360.58
HSV71°42°73°
CMYK 0.080.000.42   0.27
XYZ37.278944.971220.9029
Yxy44.97120.36140.4360
Hunter Lab67.0606-18.128028.4616
CIE-Lab72.8729-17.075437.8541

#acba6c color RGB value is (172,186,108).

#acba6c hex color red value is 172, green value is 186 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #acba6c hue: 0.20 , saturation: 0.36 and the lightness value of acba6c is 0.58.

The process color (four color CMYK) of #acba6c color hex is 0.08, 0.00, 0.42, 0.27. Web safe color of #acba6c is #99cc66. Color #acba6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 01101100
Octal 254 272 154
Decimal 172 186 108
Hex AC BA 6C

RGB Percentages of Color #acba6c

%36.91
%39.91
%23.18

CMYK Percentages of Color #acba6c

%8
%0
%42
%27

Triadic Colors of #acba6c

#acba6c #6cacba #ba6cac

Analogous Colors of #acba6c

#acba6c #85ba6c #baa16c

Monochromatic Colors of #acba6c

#acba6c

Complementary Color

#acba6c #7a6cba

#acba6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acba6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acba6c Color CSS Codes

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

#acba6c Text Font Color

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

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


#acba6c Background Color

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

This div background color is #acba6c


#acba6c Border Color

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

This div border color is #acba6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acba6c


Comments

No comments written yet.

Please login to write comment.