Color Hex Logo

#ab8cac Color Hex

#AB8CAC
(171,140,172)
0 Favorites   0 Comments

Color spaces of #ab8cac

RGB 171140172
HSL0.830.160.61
HSV298°19°67°
CMYK 0.010.190.00   0.33
XYZ33.619130.392743.1242
Yxy30.39270.31380.2837
Hunter Lab55.129612.3761-7.7879
CIE-Lab61.991617.4350-12.4076

#ab8cac color RGB value is (171,140,172).

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

The process color (four color CMYK) of #ab8cac color hex is 0.01, 0.19, 0.00, 0.33. Web safe color of #ab8cac is #999999. Color #ab8cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001100 10101100
Octal 253 214 254
Decimal 171 140 172
Hex AB 8C AC

RGB Percentages of Color #ab8cac

%35.40
%28.99
%35.61

CMYK Percentages of Color #ab8cac

%1
%19
%0
%33

Triadic Colors of #ab8cac

#ab8cac #acab8c #8cacab

Analogous Colors of #ab8cac

#ab8cac #ac8c9d #9b8cac

Monochromatic Colors of #ab8cac

#ab8cac

Complementary Color

#ab8cac #8dac8c

#ab8cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8cac Color CSS Codes

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

#ab8cac Text Font Color

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

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


#ab8cac Background Color

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

This div background color is #ab8cac


#ab8cac Border Color

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

This div border color is #ab8cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8cac


Comments

No comments written yet.

Please login to write comment.