Color Hex Logo

#acb6bd Color Hex

#ACB6BD
(172,182,189)
0 Favorites   0 Comments

Color spaces of #acb6bd

RGB 172182189
HSL0.570.110.71
HSV205°74°
CMYK 0.090.040.00   0.26
XYZ42.926545.900754.7414
Yxy45.90070.29900.3197
Hunter Lab67.7501-5.4648-0.4807
CIE-Lab73.4811-2.0762-4.7534

#acb6bd color RGB value is (172,182,189).

#acb6bd hex color red value is 172, green value is 182 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acb6bd hue: 0.57 , saturation: 0.11 and the lightness value of acb6bd is 0.71.

The process color (four color CMYK) of #acb6bd color hex is 0.09, 0.04, 0.00, 0.26. Web safe color of #acb6bd is #99cccc. Color #acb6bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 10111101
Octal 254 266 275
Decimal 172 182 189
Hex AC B6 BD

RGB Percentages of Color #acb6bd

%31.68
%33.52
%34.81

CMYK Percentages of Color #acb6bd

%9
%4
%0
%26

Triadic Colors of #acb6bd

#acb6bd #bdacb6 #b6bdac

Analogous Colors of #acb6bd

#acb6bd #acaebd #acbdbc

Monochromatic Colors of #acb6bd

#acb6bd

Complementary Color

#acb6bd #bdb3ac

#acb6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb6bd Color CSS Codes

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

#acb6bd Text Font Color

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

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


#acb6bd Background Color

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

This div background color is #acb6bd


#acb6bd Border Color

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

This div border color is #acb6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb6bd


Comments

No comments written yet.

Please login to write comment.