Color Hex Logo

#acabc2 Color Hex

#ACABC2
(172,171,194)
0 Favorites   0 Comments

Color spaces of #acabc2

RGB 172171194
HSL0.670.160.72
HSV243°12°76°
CMYK 0.110.120.00   0.24
XYZ41.313841.791556.9280
Yxy41.79150.29500.2984
Hunter Lab64.64630.9436-6.9587
CIE-Lab70.72694.9296-11.5917

#acabc2 color RGB value is (172,171,194).

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

The process color (four color CMYK) of #acabc2 color hex is 0.11, 0.12, 0.00, 0.24. Web safe color of #acabc2 is #9999cc. Color #acabc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11000010
Octal 254 253 302
Decimal 172 171 194
Hex AC AB C2

RGB Percentages of Color #acabc2

%32.03
%31.84
%36.13

CMYK Percentages of Color #acabc2

%11
%12
%0
%24

Triadic Colors of #acabc2

#acabc2 #c2acab #abc2ac

Analogous Colors of #acabc2

#acabc2 #b8abc2 #abb6c2

Monochromatic Colors of #acabc2

#acabc2

Complementary Color

#acabc2 #c1c2ab

#acabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabc2 Color CSS Codes

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

#acabc2 Text Font Color

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

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


#acabc2 Background Color

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

This div background color is #acabc2


#acabc2 Border Color

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

This div border color is #acabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabc2


Comments

No comments written yet.

Please login to write comment.