Color Hex Logo

#acabbb Color Hex

#ACABBB
(172,171,187)
0 Favorites   0 Comments

Color spaces of #acabbb

RGB 172171187
HSL0.680.110.70
HSV244°73°
CMYK 0.080.090.00   0.27
XYZ40.545841.484352.8840
Yxy41.48430.30050.3075
Hunter Lab64.4083-0.3467-3.5957
CIE-Lab70.51393.4862-8.0497

#acabbb color RGB value is (172,171,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10111011
Octal 254 253 273
Decimal 172 171 187
Hex AC AB BB

RGB Percentages of Color #acabbb

%32.45
%32.26
%35.28

CMYK Percentages of Color #acabbb

%8
%9
%0
%27

Triadic Colors of #acabbb

#acabbb #bbacab #abbbac

Analogous Colors of #acabbb

#acabbb #b4abbb #abb2bb

Monochromatic Colors of #acabbb

#acabbb

Complementary Color

#acabbb #babbab

#acabbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabbb Color CSS Codes

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

#acabbb Text Font Color

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

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


#acabbb Background Color

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

This div background color is #acabbb


#acabbb Border Color

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

This div border color is #acabbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabbb


Comments

No comments written yet.

Please login to write comment.