Color Hex Logo

#acbfa0 Color Hex

#ACBFA0
(172,191,160)
0 Favorites   0 Comments

Color spaces of #acbfa0

RGB 172191160
HSL0.270.190.69
HSV97°16°75°
CMYK 0.100.000.16   0.25
XYZ41.989248.570340.4196
Yxy48.57030.32060.3708
Hunter Lab69.6924-14.416614.3982
CIE-Lab75.1832-12.225713.4737

#acbfa0 color RGB value is (172,191,160).

#acbfa0 hex color red value is 172, green value is 191 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #acbfa0 hue: 0.27 , saturation: 0.19 and the lightness value of acbfa0 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 10100000
Octal 254 277 240
Decimal 172 191 160
Hex AC BF A0

RGB Percentages of Color #acbfa0

%32.89
%36.52
%30.59

CMYK Percentages of Color #acbfa0

%10
%0
%16
%25

Triadic Colors of #acbfa0

#acbfa0 #a0acbf #bfa0ac

Analogous Colors of #acbfa0

#acbfa0 #a0bfa4 #bcbfa0

Monochromatic Colors of #acbfa0

#acbfa0

Complementary Color

#acbfa0 #b3a0bf

#acbfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbfa0 Color CSS Codes

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

#acbfa0 Text Font Color

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

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


#acbfa0 Background Color

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

This div background color is #acbfa0


#acbfa0 Border Color

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

This div border color is #acbfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbfa0


Comments

No comments written yet.

Please login to write comment.