Color Hex Logo

#acbba0 Color Hex

#ACBBA0
(172,187,160)
0 Favorites   0 Comments

Color spaces of #acbba0

RGB 172187160
HSL0.260.170.68
HSV93°14°73°
CMYK 0.080.000.14   0.27
XYZ41.128746.849440.1328
Yxy46.84940.32100.3657
Hunter Lab68.4466-12.523213.1487
CIE-Lab74.0933-10.147311.9353

#acbba0 color RGB value is (172,187,160).

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

The process color (four color CMYK) of #acbba0 color hex is 0.08, 0.00, 0.14, 0.27. Web safe color of #acbba0 is #99cc99. Color #acbba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111011 10100000
Octal 254 273 240
Decimal 172 187 160
Hex AC BB A0

RGB Percentages of Color #acbba0

%33.14
%36.03
%30.83

CMYK Percentages of Color #acbba0

%8
%0
%14
%27

Triadic Colors of #acbba0

#acbba0 #a0acbb #bba0ac

Analogous Colors of #acbba0

#acbba0 #a0bba2 #babba0

Monochromatic Colors of #acbba0

#acbba0

Complementary Color

#acbba0 #afa0bb

#acbba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbba0 Color CSS Codes

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

#acbba0 Text Font Color

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

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


#acbba0 Background Color

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

This div background color is #acbba0


#acbba0 Border Color

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

This div border color is #acbba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbba0


Comments

No comments written yet.

Please login to write comment.