Color Hex Logo

#aca6ff Color Hex

#ACA6FF
(172,166,255)
0 Favorites   0 Comments

Color spaces of #aca6ff

RGB 172166255
HSL0.681.000.83
HSV244°35°100°
CMYK 0.330.350.00   0.00
XYZ48.699543.2631100.3916
Yxy43.26310.25320.2249
Hunter Lab65.774717.0555-44.4518
CIE-Lab71.733221.9368-43.3955

#aca6ff color RGB value is (172,166,255).

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

The process color (four color CMYK) of #aca6ff color hex is 0.33, 0.35, 0.00, 0.00. Web safe color of #aca6ff is #9999ff. Color #aca6ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11111111
Octal 254 246 377
Decimal 172 166 255
Hex AC A6 FF

RGB Percentages of Color #aca6ff

%29.01
%27.99
%43.00

CMYK Percentages of Color #aca6ff

%33
%35
%0
%0

Triadic Colors of #aca6ff

#aca6ff #ffaca6 #a6ffac

Analogous Colors of #aca6ff

#aca6ff #d9a6ff #a6cdff

Monochromatic Colors of #aca6ff

#aca6ff

Complementary Color

#aca6ff #f9ffa6

#aca6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6ff Color CSS Codes

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

#aca6ff Text Font Color

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

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


#aca6ff Background Color

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

This div background color is #aca6ff


#aca6ff Border Color

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

This div border color is #aca6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.