Color Hex Logo

#acaabd Color Hex

#ACAABD
(172,170,189)
0 Favorites   0 Comments

Color spaces of #acaabd

RGB 172170189
HSL0.680.130.70
HSV246°10°74°
CMYK 0.090.100.00   0.26
XYZ40.573341.194253.9570
Yxy41.19420.29890.3035
Hunter Lab64.18270.5196-4.9159
CIE-Lab70.31184.4425-9.4544

#acaabd color RGB value is (172,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 10111101
Octal 254 252 275
Decimal 172 170 189
Hex AC AA BD

RGB Percentages of Color #acaabd

%32.39
%32.02
%35.59

CMYK Percentages of Color #acaabd

%9
%10
%0
%26

Triadic Colors of #acaabd

#acaabd #bdacaa #aabdac

Analogous Colors of #acaabd

#acaabd #b6aabd #aab2bd

Monochromatic Colors of #acaabd

#acaabd

Complementary Color

#acaabd #bbbdaa

#acaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaabd Color CSS Codes

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

#acaabd Text Font Color

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

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


#acaabd Background Color

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

This div background color is #acaabd


#acaabd Border Color

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

This div border color is #acaabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaabd


Comments

No comments written yet.

Please login to write comment.