Color Hex Logo

#acabc8 Color Hex

#ACABC8
(172,171,200)
0 Favorites   0 Comments

Color spaces of #acabc8

RGB 172171200
HSL0.670.210.73
HSV242°15°78°
CMYK 0.140.150.00   0.22
XYZ42.001542.066660.5495
Yxy42.06660.29040.2909
Hunter Lab64.85882.0909-9.9496
CIE-Lab70.91686.2011-14.6110

#acabc8 color RGB value is (172,171,200).

#acabc8 hex color red value is 172, green value is 171 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #acabc8 hue: 0.67 , saturation: 0.21 and the lightness value of acabc8 is 0.73.

The process color (four color CMYK) of #acabc8 color hex is 0.14, 0.15, 0.00, 0.22. Web safe color of #acabc8 is #9999cc. Color #acabc8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11001000
Octal 254 253 310
Decimal 172 171 200
Hex AC AB C8

RGB Percentages of Color #acabc8

%31.68
%31.49
%36.83

CMYK Percentages of Color #acabc8

%14
%15
%0
%22

Triadic Colors of #acabc8

#acabc8 #c8acab #abc8ac

Analogous Colors of #acabc8

#acabc8 #bbabc8 #abb9c8

Monochromatic Colors of #acabc8

#acabc8

Complementary Color

#acabc8 #c7c8ab

#acabc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabc8 Color CSS Codes

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

#acabc8 Text Font Color

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

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


#acabc8 Background Color

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

This div background color is #acabc8


#acabc8 Border Color

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

This div border color is #acabc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabc8


Comments

No comments written yet.

Please login to write comment.