Color Hex Logo

#aca6ed Color Hex

#ACA6ED
(172,166,237)
0 Favorites   0 Comments

Color spaces of #aca6ed

RGB 172166237
HSL0.680.660.79
HSV245°30°93°
CMYK 0.270.300.00   0.07
XYZ45.935542.157585.8369
Yxy42.15750.26410.2424
Hunter Lab64.928812.6589-32.9321
CIE-Lab70.979417.4687-34.7927

#aca6ed color RGB value is (172,166,237).

#aca6ed hex color red value is 172, green value is 166 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aca6ed hue: 0.68 , saturation: 0.66 and the lightness value of aca6ed is 0.79.

The process color (four color CMYK) of #aca6ed color hex is 0.27, 0.30, 0.00, 0.07. Web safe color of #aca6ed is #9999ff. Color #aca6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11101101
Octal 254 246 355
Decimal 172 166 237
Hex AC A6 ED

RGB Percentages of Color #aca6ed

%29.91
%28.87
%41.22

CMYK Percentages of Color #aca6ed

%27
%30
%0
%7

Triadic Colors of #aca6ed

#aca6ed #edaca6 #a6edac

Analogous Colors of #aca6ed

#aca6ed #d0a6ed #a6c4ed

Monochromatic Colors of #aca6ed

#aca6ed

Complementary Color

#aca6ed #e7eda6

#aca6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6ed Color CSS Codes

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

#aca6ed Text Font Color

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

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


#aca6ed Background Color

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

This div background color is #aca6ed


#aca6ed Border Color

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

This div border color is #aca6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6ed

#aca6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.