Color Hex Logo

#acaabf Color Hex

#ACAABF
(172,170,191)
0 Favorites   0 Comments

Color spaces of #acaabf

RGB 172170191
HSL0.680.140.71
HSV246°11°75°
CMYK 0.100.110.00   0.25
XYZ40.792041.281755.1084
Yxy41.28170.29740.3009
Hunter Lab64.25080.8883-5.8779
CIE-Lab70.37284.8545-10.4670

#acaabf color RGB value is (172,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10111111
Octal 254 252 277
Decimal 172 170 191
Hex AC AA BF

RGB Percentages of Color #acaabf

%32.27
%31.89
%35.83

CMYK Percentages of Color #acaabf

%10
%11
%0
%25

Triadic Colors of #acaabf

#acaabf #bfacaa #aabfac

Analogous Colors of #acaabf

#acaabf #b7aabf #aab3bf

Monochromatic Colors of #acaabf

#acaabf

Complementary Color

#acaabf #bdbfaa

#acaabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaabf Color CSS Codes

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

#acaabf Text Font Color

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

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


#acaabf Background Color

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

This div background color is #acaabf


#acaabf Border Color

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

This div border color is #acaabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,170,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 #acaabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaabf


Comments

No comments written yet.

Please login to write comment.