Color Hex Logo

#acb08e Color Hex

#ACB08E
(172,176,142)
0 Favorites   0 Comments

Color spaces of #acb08e

RGB 172176142
HSL0.190.180.62
HSV67°19°69°
CMYK 0.020.000.19   0.31
XYZ37.421141.774331.6821
Yxy41.77430.33750.3768
Hunter Lab64.6330-9.760316.1801
CIE-Lab70.7150-7.309316.9785

#acb08e color RGB value is (172,176,142).

#acb08e hex color red value is 172, green value is 176 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #acb08e hue: 0.19 , saturation: 0.18 and the lightness value of acb08e is 0.62.

The process color (four color CMYK) of #acb08e color hex is 0.02, 0.00, 0.19, 0.31. Web safe color of #acb08e is #999999. Color #acb08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 10001110
Octal 254 260 216
Decimal 172 176 142
Hex AC B0 8E

RGB Percentages of Color #acb08e

%35.10
%35.92
%28.98

CMYK Percentages of Color #acb08e

%2
%0
%19
%31

Triadic Colors of #acb08e

#acb08e #8eacb0 #b08eac

Analogous Colors of #acb08e

#acb08e #9bb08e #b0a38e

Monochromatic Colors of #acb08e

#acb08e

Complementary Color

#acb08e #928eb0

#acb08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb08e Color CSS Codes

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

#acb08e Text Font Color

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

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


#acb08e Background Color

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

This div background color is #acb08e


#acb08e Border Color

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

This div border color is #acb08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb08e


Comments

No comments written yet.

Please login to write comment.