Color Hex Logo

#a0acbd Color Hex

#A0ACBD
(160,172,189)
0 Favorites   0 Comments

Color spaces of #a0acbd

RGB 160172189
HSL0.600.180.68
HSV215°15°74°
CMYK 0.150.090.00   0.26
XYZ38.435040.652853.9651
Yxy40.65280.28890.3055
Hunter Lab63.7595-3.9773-5.5505
CIE-Lab69.9320-0.6539-10.1171

#a0acbd color RGB value is (160,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 10111101
Octal 240 254 275
Decimal 160 172 189
Hex A0 AC BD

RGB Percentages of Color #a0acbd

%30.71
%33.01
%36.28

CMYK Percentages of Color #a0acbd

%15
%9
%0
%26

Triadic Colors of #a0acbd

#a0acbd #bda0ac #acbda0

Analogous Colors of #a0acbd

#a0acbd #a3a0bd #a0bbbd

Monochromatic Colors of #a0acbd

#a0acbd

Complementary Color

#a0acbd #bdb1a0

#a0acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acbd Color CSS Codes

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

#a0acbd Text Font Color

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

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


#a0acbd Background Color

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

This div background color is #a0acbd


#a0acbd Border Color

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

This div border color is #a0acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acbd


Comments

No comments written yet.

Please login to write comment.