Color Hex Logo

#acbc8c Color Hex

#ACBC8C
(172,188,140)
0 Favorites   0 Comments

Color spaces of #acbc8c

RGB 172188140
HSL0.220.260.64
HSV80°26°74°
CMYK 0.090.000.26   0.26
XYZ39.730146.630531.7175
Yxy46.63050.33650.3949
Hunter Lab68.2865-15.647520.2617
CIE-Lab73.9528-13.877822.5116

#acbc8c color RGB value is (172,188,140).

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

The process color (four color CMYK) of #acbc8c color hex is 0.09, 0.00, 0.26, 0.26. Web safe color of #acbc8c is #99cc99. Color #acbc8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10001100
Octal 254 274 214
Decimal 172 188 140
Hex AC BC 8C

RGB Percentages of Color #acbc8c

%34.40
%37.60
%28.00

CMYK Percentages of Color #acbc8c

%9
%0
%26
%26

Triadic Colors of #acbc8c

#acbc8c #8cacbc #bc8cac

Analogous Colors of #acbc8c

#acbc8c #94bc8c #bcb48c

Monochromatic Colors of #acbc8c

#acbc8c

Complementary Color

#acbc8c #9c8cbc

#acbc8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc8c Color CSS Codes

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

#acbc8c Text Font Color

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

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


#acbc8c Background Color

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

This div background color is #acbc8c


#acbc8c Border Color

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

This div border color is #acbc8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc8c


Comments

No comments written yet.

Please login to write comment.