Color Hex Logo

#acbb6f Color Hex

#ACBB6F
(172,187,111)
0 Favorites   0 Comments

Color spaces of #acbb6f

RGB 172187111
HSL0.200.360.58
HSV72°41°73°
CMYK 0.080.000.41   0.27
XYZ37.652845.459021.8289
Yxy45.45900.35880.4332
Hunter Lab67.4233-18.306728.0006
CIE-Lab73.1931-17.235936.7269

#acbb6f color RGB value is (172,187,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 01101111
Octal 254 273 157
Decimal 172 187 111
Hex AC BB 6F

RGB Percentages of Color #acbb6f

%36.60
%39.79
%23.62

CMYK Percentages of Color #acbb6f

%8
%0
%41
%27

Triadic Colors of #acbb6f

#acbb6f #6facbb #bb6fac

Analogous Colors of #acbb6f

#acbb6f #86bb6f #bba46f

Monochromatic Colors of #acbb6f

#acbb6f

Complementary Color

#acbb6f #7e6fbb

#acbb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbb6f Color CSS Codes

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

#acbb6f Text Font Color

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

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


#acbb6f Background Color

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

This div background color is #acbb6f


#acbb6f Border Color

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

This div border color is #acbb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbb6f


Comments

No comments written yet.

Please login to write comment.