Color Hex Logo

#acb3bd Color Hex

#ACB3BD
(172,179,189)
0 Favorites   0 Comments

Color spaces of #acb3bd

RGB 172179189
HSL0.600.110.71
HSV215°74°
CMYK 0.090.050.00   0.26
XYZ42.318744.685054.5387
Yxy44.68500.29900.3157
Hunter Lab66.8468-3.9791-1.5805
CIE-Lab72.6840-0.4597-5.9311

#acb3bd color RGB value is (172,179,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 10111101
Octal 254 263 275
Decimal 172 179 189
Hex AC B3 BD

RGB Percentages of Color #acb3bd

%31.85
%33.15
%35.00

CMYK Percentages of Color #acb3bd

%9
%5
%0
%26

Triadic Colors of #acb3bd

#acb3bd #bdacb3 #b3bdac

Analogous Colors of #acb3bd

#acb3bd #aeacbd #acbcbd

Monochromatic Colors of #acb3bd

#acb3bd

Complementary Color

#acb3bd #bdb6ac

#acb3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb3bd Color CSS Codes

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

#acb3bd Text Font Color

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

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


#acb3bd Background Color

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

This div background color is #acb3bd


#acb3bd Border Color

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

This div border color is #acb3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb3bd


Comments

No comments written yet.

Please login to write comment.