Color Hex Logo

#aca6dc Color Hex

#ACA6DC
(172,166,220)
0 Favorites   0 Comments

Color spaces of #aca6dc

RGB 172166220
HSL0.690.440.76
HSV247°25°86°
CMYK 0.220.250.00   0.14
XYZ43.567741.210473.3683
Yxy41.21040.27550.2606
Hunter Lab64.19538.8015-22.8253
CIE-Lab70.323113.4364-26.5065

#aca6dc color RGB value is (172,166,220).

#aca6dc hex color red value is 172, green value is 166 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aca6dc hue: 0.69 , saturation: 0.44 and the lightness value of aca6dc is 0.76.

The process color (four color CMYK) of #aca6dc color hex is 0.22, 0.25, 0.00, 0.14. Web safe color of #aca6dc is #9999cc. Color #aca6dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11011100
Octal 254 246 334
Decimal 172 166 220
Hex AC A6 DC

RGB Percentages of Color #aca6dc

%30.82
%29.75
%39.43

CMYK Percentages of Color #aca6dc

%22
%25
%0
%14

Triadic Colors of #aca6dc

#aca6dc #dcaca6 #a6dcac

Analogous Colors of #aca6dc

#aca6dc #c7a6dc #a6bbdc

Monochromatic Colors of #aca6dc

#aca6dc

Complementary Color

#aca6dc #d6dca6

#aca6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6dc Color CSS Codes

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

#aca6dc Text Font Color

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

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


#aca6dc Background Color

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

This div background color is #aca6dc


#aca6dc Border Color

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

This div border color is #aca6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6dc


Comments

No comments written yet.

Please login to write comment.