Color Hex Logo

#acb9ba Color Hex

#ACB9BA
(172,185,186)
0 Favorites   0 Comments

Color spaces of #acb9ba

RGB 172185186
HSL0.510.090.70
HSV184°73°
CMYK 0.080.010.00   0.27
XYZ43.225147.013853.2507
Yxy47.01380.30120.3276
Hunter Lab68.5666-7.46331.9504
CIE-Lab74.1986-4.2816-2.0594

#acb9ba color RGB value is (172,185,186).

#acb9ba hex color red value is 172, green value is 185 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #acb9ba hue: 0.51 , saturation: 0.09 and the lightness value of acb9ba is 0.70.

The process color (four color CMYK) of #acb9ba color hex is 0.08, 0.01, 0.00, 0.27. Web safe color of #acb9ba is #99cccc. Color #acb9ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 10111010
Octal 254 271 272
Decimal 172 185 186
Hex AC B9 BA

RGB Percentages of Color #acb9ba

%31.68
%34.07
%34.25

CMYK Percentages of Color #acb9ba

%8
%1
%0
%27

Triadic Colors of #acb9ba

#acb9ba #baacb9 #b9baac

Analogous Colors of #acb9ba

#acb9ba #acb2ba #acbab4

Monochromatic Colors of #acb9ba

#acb9ba

Complementary Color

#acb9ba #baadac

#acb9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb9ba Color CSS Codes

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

#acb9ba Text Font Color

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

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


#acb9ba Background Color

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

This div background color is #acb9ba


#acb9ba Border Color

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

This div border color is #acb9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb9ba

#acb9ba Color Palettes


Comments

No comments written yet.

Please login to write comment.