Color Hex Logo

#acab92 Color Hex

#ACAB92
(172,171,146)
0 Favorites   0 Comments

Color spaces of #acab92

RGB 172171146
HSL0.160.140.62
HSV58°15°67°
CMYK 0.000.010.15   0.33
XYZ36.764539.971832.9718
Yxy39.97180.33510.3643
Hunter Lab63.2233-6.842413.3357
CIE-Lab69.4494-4.010213.0220

#acab92 color RGB value is (172,171,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10010010
Octal 254 253 222
Decimal 172 171 146
Hex AC AB 92

RGB Percentages of Color #acab92

%35.17
%34.97
%29.86

CMYK Percentages of Color #acab92

%0
%1
%15
%33

Triadic Colors of #acab92

#acab92 #92acab #ab92ac

Analogous Colors of #acab92

#acab92 #a0ac92 #ac9e92

Monochromatic Colors of #acab92

#acab92

Complementary Color

#acab92 #9293ac

#acab92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab92 Color CSS Codes

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

#acab92 Text Font Color

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

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


#acab92 Background Color

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

This div background color is #acab92


#acab92 Border Color

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

This div border color is #acab92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab92


Comments

No comments written yet.

Please login to write comment.