Color Hex Logo

#acab9b Color Hex

#ACAB9B
(172,171,155)
0 Favorites   0 Comments

Color spaces of #acab9b

RGB 172171155
HSL0.160.090.64
HSV56°10°67°
CMYK 0.000.010.10   0.33
XYZ37.492640.263036.8058
Yxy40.26300.32730.3515
Hunter Lab63.4531-5.572610.0262
CIE-Lab69.6564-2.51328.3629

#acab9b color RGB value is (172,171,155).

#acab9b hex color red value is 172, green value is 171 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #acab9b hue: 0.16 , saturation: 0.09 and the lightness value of acab9b is 0.64.

The process color (four color CMYK) of #acab9b color hex is 0.00, 0.01, 0.10, 0.33. Web safe color of #acab9b is #999999. Color #acab9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10011011
Octal 254 253 233
Decimal 172 171 155
Hex AC AB 9B

RGB Percentages of Color #acab9b

%34.54
%34.34
%31.12

CMYK Percentages of Color #acab9b

%0
%1
%10
%33

Triadic Colors of #acab9b

#acab9b #9bacab #ab9bac

Analogous Colors of #acab9b

#acab9b #a5ac9b #aca39b

Monochromatic Colors of #acab9b

#acab9b

Complementary Color

#acab9b #9b9cac

#acab9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab9b Color CSS Codes

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

#acab9b Text Font Color

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

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


#acab9b Background Color

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

This div background color is #acab9b


#acab9b Border Color

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

This div border color is #acab9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab9b


Comments

No comments written yet.

Please login to write comment.