Color Hex Logo

#acacc0 Color Hex

#ACACC0
(172,172,192)
0 Favorites   0 Comments

Color spaces of #acacc0

RGB 172172192
HSL0.670.140.71
HSV240°10°75°
CMYK 0.100.100.00   0.25
XYZ41.280242.081555.8160
Yxy42.08150.29660.3024
Hunter Lab64.87030.0656-5.6054
CIE-Lab70.92713.9642-10.1907

#acacc0 color RGB value is (172,172,192).

#acacc0 hex color red value is 172, green value is 172 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #acacc0 hue: 0.67 , saturation: 0.14 and the lightness value of acacc0 is 0.71.

The process color (four color CMYK) of #acacc0 color hex is 0.10, 0.10, 0.00, 0.25. Web safe color of #acacc0 is #9999cc. Color #acacc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 11000000
Octal 254 254 300
Decimal 172 172 192
Hex AC AC C0

RGB Percentages of Color #acacc0

%32.09
%32.09
%35.82

CMYK Percentages of Color #acacc0

%10
%10
%0
%25

Triadic Colors of #acacc0

#acacc0 #c0acac #acc0ac

Analogous Colors of #acacc0

#acacc0 #b6acc0 #acb6c0

Monochromatic Colors of #acacc0

#acacc0

Complementary Color

#acacc0 #c0c0ac

#acacc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acacc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acacc0 Color CSS Codes

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

#acacc0 Text Font Color

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

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


#acacc0 Background Color

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

This div background color is #acacc0


#acacc0 Border Color

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

This div border color is #acacc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acacc0

#acacc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.