Color Hex Logo

#aca6ca Color Hex

#ACA6CA
(172,166,202)
0 Favorites   0 Comments

Color spaces of #aca6ca

RGB 172166202
HSL0.690.250.72
HSV250°18°79°
CMYK 0.150.180.00   0.21
XYZ41.310140.307461.4799
Yxy40.30740.28870.2817
Hunter Lab63.48815.0412-12.9729
CIE-Lab69.68799.3968-17.5679

#aca6ca color RGB value is (172,166,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100110 11001010
Octal 254 246 312
Decimal 172 166 202
Hex AC A6 CA

RGB Percentages of Color #aca6ca

%31.85
%30.74
%37.41

CMYK Percentages of Color #aca6ca

%15
%18
%0
%21

Triadic Colors of #aca6ca

#aca6ca #caaca6 #a6caac

Analogous Colors of #aca6ca

#aca6ca #bea6ca #a6b2ca

Monochromatic Colors of #aca6ca

#aca6ca

Complementary Color

#aca6ca #c4caa6

#aca6ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca6ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca6ca Color CSS Codes

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

#aca6ca Text Font Color

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

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


#aca6ca Background Color

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

This div background color is #aca6ca


#aca6ca Border Color

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

This div border color is #aca6ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca6ca


Comments

No comments written yet.

Please login to write comment.