Color Hex Logo

#acb09a Color Hex

#ACB09A
(172,176,154)
0 Favorites   0 Comments

Color spaces of #acb09a

RGB 172176154
HSL0.200.120.65
HSV71°13°69°
CMYK 0.020.000.13   0.31
XYZ38.371342.154436.6861
Yxy42.15440.32740.3596
Hunter Lab64.9264-8.128311.9472
CIE-Lab70.9772-5.363710.7913

#acb09a color RGB value is (172,176,154).

#acb09a hex color red value is 172, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acb09a hue: 0.20 , saturation: 0.12 and the lightness value of acb09a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 10011010
Octal 254 260 232
Decimal 172 176 154
Hex AC B0 9A

RGB Percentages of Color #acb09a

%34.26
%35.06
%30.68

CMYK Percentages of Color #acb09a

%2
%0
%13
%31

Triadic Colors of #acb09a

#acb09a #9aacb0 #b09aac

Analogous Colors of #acb09a

#acb09a #a1b09a #b0a99a

Monochromatic Colors of #acb09a

#acb09a

Complementary Color

#acb09a #9e9ab0

#acb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb09a Color CSS Codes

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

#acb09a Text Font Color

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

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


#acb09a Background Color

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

This div background color is #acb09a


#acb09a Border Color

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

This div border color is #acb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb09a


Comments

No comments written yet.

Please login to write comment.