Color Hex Logo

#aca1ad Color Hex

#ACA1AD
(172,161,173)
0 Favorites   0 Comments

Color spaces of #aca1ad

RGB 172161173
HSL0.820.070.65
HSV295°68°
CMYK 0.010.070.00   0.32
XYZ37.301037.277544.7645
Yxy37.27750.31260.3124
Hunter Lab61.05532.2056-0.7315
CIE-Lab67.48476.2220-4.7758

#aca1ad color RGB value is (172,161,173).

#aca1ad hex color red value is 172, green value is 161 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aca1ad hue: 0.82 , saturation: 0.07 and the lightness value of aca1ad is 0.65.

The process color (four color CMYK) of #aca1ad color hex is 0.01, 0.07, 0.00, 0.32. Web safe color of #aca1ad is #999999. Color #aca1ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 10101101
Octal 254 241 255
Decimal 172 161 173
Hex AC A1 AD

RGB Percentages of Color #aca1ad

%33.99
%31.82
%34.19

CMYK Percentages of Color #aca1ad

%1
%7
%0
%32

Triadic Colors of #aca1ad

#aca1ad #adaca1 #a1adac

Analogous Colors of #aca1ad

#aca1ad #ada1a8 #a6a1ad

Monochromatic Colors of #aca1ad

#aca1ad

Complementary Color

#aca1ad #a2ada1

#aca1ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca1ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca1ad Color CSS Codes

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

#aca1ad Text Font Color

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

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


#aca1ad Background Color

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

This div background color is #aca1ad


#aca1ad Border Color

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

This div border color is #aca1ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca1ad


Comments

No comments written yet.

Please login to write comment.