Color Hex Logo

#acb7bd Color Hex

#ACB7BD
(172,183,189)
0 Favorites   0 Comments

Color spaces of #acb7bd

RGB 172183189
HSL0.560.110.71
HSV201°74°
CMYK 0.090.030.00   0.26
XYZ43.132146.311854.8099
Yxy46.31180.29900.3210
Hunter Lab68.0528-5.9584-0.1154
CIE-Lab73.7474-2.6127-4.3605

#acb7bd color RGB value is (172,183,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 10111101
Octal 254 267 275
Decimal 172 183 189
Hex AC B7 BD

RGB Percentages of Color #acb7bd

%31.62
%33.64
%34.74

CMYK Percentages of Color #acb7bd

%9
%3
%0
%26

Triadic Colors of #acb7bd

#acb7bd #bdacb7 #b7bdac

Analogous Colors of #acb7bd

#acb7bd #acafbd #acbdbb

Monochromatic Colors of #acb7bd

#acb7bd

Complementary Color

#acb7bd #bdb2ac

#acb7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb7bd Color CSS Codes

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

#acb7bd Text Font Color

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

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


#acb7bd Background Color

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

This div background color is #acb7bd


#acb7bd Border Color

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

This div border color is #acb7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb7bd

#acb7bd Color Palettes


Comments

No comments written yet.

Please login to write comment.