Color Hex Logo

#acaacc Color Hex

#ACAACC
(172,170,204)
0 Favorites   0 Comments

Color spaces of #acaacc

RGB 172170204
HSL0.680.250.73
HSV244°17°80°
CMYK 0.160.170.00   0.20
XYZ42.287141.879762.9816
Yxy41.87970.28740.2846
Hunter Lab64.71453.3887-12.4022
CIE-Lab70.78797.6180-17.0064

#acaacc color RGB value is (172,170,204).

#acaacc hex color red value is 172, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acaacc hue: 0.68 , saturation: 0.25 and the lightness value of acaacc is 0.73.

The process color (four color CMYK) of #acaacc color hex is 0.16, 0.17, 0.00, 0.20. Web safe color of #acaacc is #9999cc. Color #acaacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11001100
Octal 254 252 314
Decimal 172 170 204
Hex AC AA CC

RGB Percentages of Color #acaacc

%31.50
%31.14
%37.36

CMYK Percentages of Color #acaacc

%16
%17
%0
%20

Triadic Colors of #acaacc

#acaacc #ccacaa #aaccac

Analogous Colors of #acaacc

#acaacc #bdaacc #aab9cc

Monochromatic Colors of #acaacc

#acaacc

Complementary Color

#acaacc #caccaa

#acaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaacc Color CSS Codes

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

#acaacc Text Font Color

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

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


#acaacc Background Color

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

This div background color is #acaacc


#acaacc Border Color

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

This div border color is #acaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaacc


Comments

No comments written yet.

Please login to write comment.