Color Hex Logo

#aca1c4 Color Hex

#ACA1C4
(172,161,196)
0 Favorites   0 Comments

Color spaces of #aca1c4

RGB 172161196
HSL0.720.230.70
HSV259°18°77°
CMYK 0.120.180.00   0.23
XYZ39.721938.245957.5132
Yxy38.24590.29320.2823
Hunter Lab61.84336.4247-11.8484
CIE-Lab68.201510.8867-16.4962

#aca1c4 color RGB value is (172,161,196).

#aca1c4 hex color red value is 172, green value is 161 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #aca1c4 hue: 0.72 , saturation: 0.23 and the lightness value of aca1c4 is 0.70.

The process color (four color CMYK) of #aca1c4 color hex is 0.12, 0.18, 0.00, 0.23. Web safe color of #aca1c4 is #9999cc. Color #aca1c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100001 11000100
Octal 254 241 304
Decimal 172 161 196
Hex AC A1 C4

RGB Percentages of Color #aca1c4

%32.51
%30.43
%37.05

CMYK Percentages of Color #aca1c4

%12
%18
%0
%23

Triadic Colors of #aca1c4

#aca1c4 #c4aca1 #a1c4ac

Analogous Colors of #aca1c4

#aca1c4 #bea1c4 #a1a8c4

Monochromatic Colors of #aca1c4

#aca1c4

Complementary Color

#aca1c4 #b9c4a1

#aca1c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca1c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca1c4 Color CSS Codes

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

#aca1c4 Text Font Color

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

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


#aca1c4 Background Color

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

This div background color is #aca1c4


#aca1c4 Border Color

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

This div border color is #aca1c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca1c4


Comments

No comments written yet.

Please login to write comment.