Color Hex Logo

#aca9cf Color Hex

#ACA9CF
(172,169,207)
0 Favorites   0 Comments

Color spaces of #aca9cf

RGB 172169207
HSL0.680.280.74
HSV245°18°81°
CMYK 0.170.180.00   0.19
XYZ42.463741.651664.8330
Yxy41.65160.28510.2796
Hunter Lab64.53814.5049-14.3843
CIE-Lab70.63008.8291-18.8957

#aca9cf color RGB value is (172,169,207).

#aca9cf hex color red value is 172, green value is 169 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aca9cf hue: 0.68 , saturation: 0.28 and the lightness value of aca9cf is 0.74.

The process color (four color CMYK) of #aca9cf color hex is 0.17, 0.18, 0.00, 0.19. Web safe color of #aca9cf is #9999cc. Color #aca9cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 11001111
Octal 254 251 317
Decimal 172 169 207
Hex AC A9 CF

RGB Percentages of Color #aca9cf

%31.39
%30.84
%37.77

CMYK Percentages of Color #aca9cf

%17
%18
%0
%19

Triadic Colors of #aca9cf

#aca9cf #cfaca9 #a9cfac

Analogous Colors of #aca9cf

#aca9cf #bfa9cf #a9b9cf

Monochromatic Colors of #aca9cf

#aca9cf

Complementary Color

#aca9cf #cccfa9

#aca9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca9cf Color CSS Codes

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

#aca9cf Text Font Color

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

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


#aca9cf Background Color

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

This div background color is #aca9cf


#aca9cf Border Color

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

This div border color is #aca9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca9cf


Comments

No comments written yet.

Please login to write comment.