Color Hex Logo

#acb08b Color Hex

#ACB08B
(172,176,139)
0 Favorites   0 Comments

Color spaces of #acb08b

RGB 172176139
HSL0.180.190.62
HSV66°21°69°
CMYK 0.020.000.21   0.31
XYZ37.198841.685430.5116
Yxy41.68540.34000.3811
Hunter Lab64.5642-10.144317.1758
CIE-Lab70.6535-7.771118.5251

#acb08b color RGB value is (172,176,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 10001011
Octal 254 260 213
Decimal 172 176 139
Hex AC B0 8B

RGB Percentages of Color #acb08b

%35.32
%36.14
%28.54

CMYK Percentages of Color #acb08b

%2
%0
%21
%31

Triadic Colors of #acb08b

#acb08b #8bacb0 #b08bac

Analogous Colors of #acb08b

#acb08b #9ab08b #b0a28b

Monochromatic Colors of #acb08b

#acb08b

Complementary Color

#acb08b #8f8bb0

#acb08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb08b Color CSS Codes

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

#acb08b Text Font Color

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

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


#acb08b Background Color

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

This div background color is #acb08b


#acb08b Border Color

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

This div border color is #acb08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb08b

#acb08b Color Palettes


Comments

No comments written yet.

Please login to write comment.