Color Hex Logo

#acabb9 Color Hex

#ACABB9
(172,171,185)
0 Favorites   0 Comments

Color spaces of #acabb9

RGB 172171185
HSL0.680.090.70
HSV244°73°
CMYK 0.070.080.00   0.27
XYZ40.333141.399351.7640
Yxy41.39930.30210.3101
Hunter Lab64.3423-0.7059-2.6598
CIE-Lab70.45483.0817-7.0339

#acabb9 color RGB value is (172,171,185).

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

The process color (four color CMYK) of #acabb9 color hex is 0.07, 0.08, 0.00, 0.27. Web safe color of #acabb9 is #9999cc. Color #acabb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10111001
Octal 254 253 271
Decimal 172 171 185
Hex AC AB B9

RGB Percentages of Color #acabb9

%32.58
%32.39
%35.04

CMYK Percentages of Color #acabb9

%7
%8
%0
%27

Triadic Colors of #acabb9

#acabb9 #b9acab #abb9ac

Analogous Colors of #acabb9

#acabb9 #b3abb9 #abb1b9

Monochromatic Colors of #acabb9

#acabb9

Complementary Color

#acabb9 #b8b9ab

#acabb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabb9 Color CSS Codes

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

#acabb9 Text Font Color

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

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


#acabb9 Background Color

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

This div background color is #acabb9


#acabb9 Border Color

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

This div border color is #acabb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabb9


Comments

No comments written yet.

Please login to write comment.