Color Hex Logo

#aca6ef Color Hex

#ACA6EF
(172,166,239)
0 Favorites   0 Comments

Color spaces of #aca6ef

RGB 172166239
HSL0.680.700.79
HSV245°31°94°
CMYK 0.280.310.00   0.06
XYZ46.229542.275187.3847
Yxy42.27510.26280.2404
Hunter Lab65.019313.1318-34.1711
CIE-Lab71.060217.9558-35.7573

#aca6ef color RGB value is (172,166,239).

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

The process color (four color CMYK) of #aca6ef color hex is 0.28, 0.31, 0.00, 0.06. Web safe color of #aca6ef is #9999ff. Color #aca6ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11101111
Octal 254 246 357
Decimal 172 166 239
Hex AC A6 EF

RGB Percentages of Color #aca6ef

%29.81
%28.77
%41.42

CMYK Percentages of Color #aca6ef

%28
%31
%0
%6

Triadic Colors of #aca6ef

#aca6ef #efaca6 #a6efac

Analogous Colors of #aca6ef

#aca6ef #d1a6ef #a6c5ef

Monochromatic Colors of #aca6ef

#aca6ef

Complementary Color

#aca6ef #e9efa6

#aca6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6ef Color CSS Codes

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

#aca6ef Text Font Color

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

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


#aca6ef Background Color

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

This div background color is #aca6ef


#aca6ef Border Color

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

This div border color is #aca6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6ef


Comments

No comments written yet.

Please login to write comment.