Color Hex Logo

#aca6eb Color Hex

#ACA6EB
(172,166,235)
0 Favorites   0 Comments

Color spaces of #aca6eb

RGB 172166235
HSL0.680.630.79
HSV245°29°92°
CMYK 0.270.290.00   0.08
XYZ45.644942.041384.3063
Yxy42.04130.26540.2444
Hunter Lab64.839312.1899-31.7035
CIE-Lab70.899416.9843-33.8259

#aca6eb color RGB value is (172,166,235).

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

The process color (four color CMYK) of #aca6eb color hex is 0.27, 0.29, 0.00, 0.08. Web safe color of #aca6eb is #9999ff. Color #aca6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11101011
Octal 254 246 353
Decimal 172 166 235
Hex AC A6 EB

RGB Percentages of Color #aca6eb

%30.02
%28.97
%41.01

CMYK Percentages of Color #aca6eb

%27
%29
%0
%8

Triadic Colors of #aca6eb

#aca6eb #ebaca6 #a6ebac

Analogous Colors of #aca6eb

#aca6eb #cfa6eb #a6c3eb

Monochromatic Colors of #aca6eb

#aca6eb

Complementary Color

#aca6eb #e5eba6

#aca6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6eb Color CSS Codes

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

#aca6eb Text Font Color

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

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


#aca6eb Background Color

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

This div background color is #aca6eb


#aca6eb Border Color

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

This div border color is #aca6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6eb


Comments

No comments written yet.

Please login to write comment.