Color Hex Logo

#acbca0 Color Hex

#ACBCA0
(172,188,160)
0 Favorites   0 Comments

Color spaces of #acbca0

RGB 172188160
HSL0.260.170.68
HSV94°15°74°
CMYK 0.090.000.15   0.26
XYZ41.341647.275240.2038
Yxy47.27520.32090.3670
Hunter Lab68.7570-12.997713.4616
CIE-Lab74.3655-10.668812.3200

#acbca0 color RGB value is (172,188,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10100000
Octal 254 274 240
Decimal 172 188 160
Hex AC BC A0

RGB Percentages of Color #acbca0

%33.08
%36.15
%30.77

CMYK Percentages of Color #acbca0

%9
%0
%15
%26

Triadic Colors of #acbca0

#acbca0 #a0acbc #bca0ac

Analogous Colors of #acbca0

#acbca0 #a0bca2 #babca0

Monochromatic Colors of #acbca0

#acbca0

Complementary Color

#acbca0 #b0a0bc

#acbca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbca0 Color CSS Codes

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

#acbca0 Text Font Color

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

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


#acbca0 Background Color

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

This div background color is #acbca0


#acbca0 Border Color

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

This div border color is #acbca0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,188,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 #acbca0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbca0


Comments

No comments written yet.

Please login to write comment.