Color Hex Logo

#aca9bf Color Hex

#ACA9BF
(172,169,191)
0 Favorites   0 Comments

Color spaces of #aca9bf

RGB 172169191
HSL0.690.150.71
HSV248°12°75°
CMYK 0.100.120.00   0.25
XYZ40.605240.908255.0462
Yxy40.90820.29730.2996
Hunter Lab63.95951.3930-6.2558
CIE-Lab70.11165.4041-10.8575

#aca9bf color RGB value is (172,169,191).

#aca9bf hex color red value is 172, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aca9bf hue: 0.69 , saturation: 0.15 and the lightness value of aca9bf is 0.71.

The process color (four color CMYK) of #aca9bf color hex is 0.10, 0.12, 0.00, 0.25. Web safe color of #aca9bf is #9999cc. Color #aca9bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 10111111
Octal 254 251 277
Decimal 172 169 191
Hex AC A9 BF

RGB Percentages of Color #aca9bf

%32.33
%31.77
%35.90

CMYK Percentages of Color #aca9bf

%10
%12
%0
%25

Triadic Colors of #aca9bf

#aca9bf #bfaca9 #a9bfac

Analogous Colors of #aca9bf

#aca9bf #b7a9bf #a9b1bf

Monochromatic Colors of #aca9bf

#aca9bf

Complementary Color

#aca9bf #bcbfa9

#aca9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca9bf Color CSS Codes

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

#aca9bf Text Font Color

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

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


#aca9bf Background Color

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

This div background color is #aca9bf


#aca9bf Border Color

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

This div border color is #aca9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca9bf


Comments

No comments written yet.

Please login to write comment.