Color Hex Logo

#aca6da Color Hex

#ACA6DA
(172,166,218)
0 Favorites   0 Comments

Color spaces of #aca6da

RGB 172166218
HSL0.690.410.75
HSV247°24°85°
CMYK 0.210.240.00   0.15
XYZ43.304441.105071.9813
Yxy41.10500.27690.2628
Hunter Lab64.11328.3674-21.6870
CIE-Lab70.249412.9757-25.5215

#aca6da color RGB value is (172,166,218).

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

The process color (four color CMYK) of #aca6da color hex is 0.21, 0.24, 0.00, 0.15. Web safe color of #aca6da is #9999cc. Color #aca6da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11011010
Octal 254 246 332
Decimal 172 166 218
Hex AC A6 DA

RGB Percentages of Color #aca6da

%30.94
%29.86
%39.21

CMYK Percentages of Color #aca6da

%21
%24
%0
%15

Triadic Colors of #aca6da

#aca6da #daaca6 #a6daac

Analogous Colors of #aca6da

#aca6da #c6a6da #a6bada

Monochromatic Colors of #aca6da

#aca6da

Complementary Color

#aca6da #d4daa6

#aca6da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6da Color CSS Codes

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

#aca6da Text Font Color

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

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


#aca6da Background Color

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

This div background color is #aca6da


#aca6da Border Color

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

This div border color is #aca6da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6da


Comments

No comments written yet.

Please login to write comment.