Color Hex Logo

#aca1bc Color Hex

#ACA1BC
(172,161,188)
0 Favorites   0 Comments

Color spaces of #aca1bc

RGB 172161188
HSL0.730.170.68
HSV264°14°74°
CMYK 0.090.140.00   0.26
XYZ38.835237.891252.8439
Yxy37.89120.29970.2924
Hunter Lab61.55584.8919-7.8097
CIE-Lab67.94039.2096-12.4472

#aca1bc color RGB value is (172,161,188).

#aca1bc hex color red value is 172, green value is 161 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #aca1bc hue: 0.73 , saturation: 0.17 and the lightness value of aca1bc is 0.68.

The process color (four color CMYK) of #aca1bc color hex is 0.09, 0.14, 0.00, 0.26. Web safe color of #aca1bc is #9999cc. Color #aca1bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 10111100
Octal 254 241 274
Decimal 172 161 188
Hex AC A1 BC

RGB Percentages of Color #aca1bc

%33.01
%30.90
%36.08

CMYK Percentages of Color #aca1bc

%9
%14
%0
%26

Triadic Colors of #aca1bc

#aca1bc #bcaca1 #a1bcac

Analogous Colors of #aca1bc

#aca1bc #baa1bc #a1a4bc

Monochromatic Colors of #aca1bc

#aca1bc

Complementary Color

#aca1bc #b1bca1

#aca1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca1bc Color CSS Codes

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

#aca1bc Text Font Color

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

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


#aca1bc Background Color

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

This div background color is #aca1bc


#aca1bc Border Color

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

This div border color is #aca1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca1bc


Comments

No comments written yet.

Please login to write comment.