Color Hex Logo

#a0adbb Color Hex

#A0ADBB
(160,173,187)
0 Favorites   0 Comments

Color spaces of #a0adbb

RGB 160173187
HSL0.590.170.68
HSV211°14°73°
CMYK 0.140.070.00   0.27
XYZ38.410440.948652.8931
Yxy40.94860.29040.3096
Hunter Lab63.9911-4.8405-4.2136
CIE-Lab70.1399-1.6290-8.7036

#a0adbb color RGB value is (160,173,187).

#a0adbb hex color red value is 160, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a0adbb hue: 0.59 , saturation: 0.17 and the lightness value of a0adbb is 0.68.

The process color (four color CMYK) of #a0adbb color hex is 0.14, 0.07, 0.00, 0.27. Web safe color of #a0adbb is #9999cc. Color #a0adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 10111011
Octal 240 255 273
Decimal 160 173 187
Hex A0 AD BB

RGB Percentages of Color #a0adbb

%30.77
%33.27
%35.96

CMYK Percentages of Color #a0adbb

%14
%7
%0
%27

Triadic Colors of #a0adbb

#a0adbb #bba0ad #adbba0

Analogous Colors of #a0adbb

#a0adbb #a1a0bb #a0bbbb

Monochromatic Colors of #a0adbb

#a0adbb

Complementary Color

#a0adbb #bbaea0

#a0adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adbb Color CSS Codes

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

#a0adbb Text Font Color

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

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


#a0adbb Background Color

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

This div background color is #a0adbb


#a0adbb Border Color

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

This div border color is #a0adbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,173,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adbb


Comments

No comments written yet.

Please login to write comment.