Color Hex Logo

#acab90 Color Hex

#ACAB90
(172,171,144)
0 Favorites   0 Comments

Color spaces of #acab90

RGB 172171144
HSL0.160.140.62
HSV58°16°67°
CMYK 0.000.010.16   0.33
XYZ36.610239.910132.1594
Yxy39.91010.33690.3672
Hunter Lab63.1744-7.112814.0401
CIE-Lab69.4055-4.331014.0584

#acab90 color RGB value is (172,171,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10010000
Octal 254 253 220
Decimal 172 171 144
Hex AC AB 90

RGB Percentages of Color #acab90

%35.32
%35.11
%29.57

CMYK Percentages of Color #acab90

%0
%1
%16
%33

Triadic Colors of #acab90

#acab90 #90acab #ab90ac

Analogous Colors of #acab90

#acab90 #9fac90 #ac9d90

Monochromatic Colors of #acab90

#acab90

Complementary Color

#acab90 #9091ac

#acab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acab90 Color CSS Codes

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

#acab90 Text Font Color

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

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


#acab90 Background Color

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

This div background color is #acab90


#acab90 Border Color

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

This div border color is #acab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acab90


Comments

No comments written yet.

Please login to write comment.