Color Hex Logo

#acbf9a Color Hex

#ACBF9A
(172,191,154)
0 Favorites   0 Comments

Color spaces of #acbf9a

RGB 172191154
HSL0.250.220.68
HSV91°19°75°
CMYK 0.100.000.19   0.25
XYZ41.476848.365437.7212
Yxy48.36540.32510.3791
Hunter Lab69.5452-15.246716.5229
CIE-Lab75.0548-13.227616.5249

#acbf9a color RGB value is (172,191,154).

#acbf9a hex color red value is 172, green value is 191 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acbf9a hue: 0.25 , saturation: 0.22 and the lightness value of acbf9a is 0.68.

The process color (four color CMYK) of #acbf9a color hex is 0.10, 0.00, 0.19, 0.25. Web safe color of #acbf9a is #99cc99. Color #acbf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10011010
Octal 254 277 232
Decimal 172 191 154
Hex AC BF 9A

RGB Percentages of Color #acbf9a

%33.27
%36.94
%29.79

CMYK Percentages of Color #acbf9a

%10
%0
%19
%25

Triadic Colors of #acbf9a

#acbf9a #9aacbf #bf9aac

Analogous Colors of #acbf9a

#acbf9a #9abf9b #bfbf9a

Monochromatic Colors of #acbf9a

#acbf9a

Complementary Color

#acbf9a #ad9abf

#acbf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf9a Color CSS Codes

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

#acbf9a Text Font Color

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

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


#acbf9a Background Color

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

This div background color is #acbf9a


#acbf9a Border Color

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

This div border color is #acbf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf9a


Comments

No comments written yet.

Please login to write comment.