Color Hex Logo

#a0adbd Color Hex

#A0ADBD
(160,173,189)
0 Favorites   0 Comments

Color spaces of #a0adbd

RGB 160173189
HSL0.590.180.68
HSV213°15°74°
CMYK 0.150.080.00   0.26
XYZ38.626141.034854.0288
Yxy41.03480.28890.3069
Hunter Lab64.0584-4.4698-5.1661
CIE-Lab70.2003-1.1986-9.7168

#a0adbd color RGB value is (160,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 10111101
Octal 240 255 275
Decimal 160 173 189
Hex A0 AD BD

RGB Percentages of Color #a0adbd

%30.65
%33.14
%36.21

CMYK Percentages of Color #a0adbd

%15
%8
%0
%26

Triadic Colors of #a0adbd

#a0adbd #bda0ad #adbda0

Analogous Colors of #a0adbd

#a0adbd #a2a0bd #a0bcbd

Monochromatic Colors of #a0adbd

#a0adbd

Complementary Color

#a0adbd #bdb0a0

#a0adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adbd Color CSS Codes

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

#a0adbd Text Font Color

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

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


#a0adbd Background Color

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

This div background color is #a0adbd


#a0adbd Border Color

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

This div border color is #a0adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adbd

#a0adbd Color Palettes


Comments

No comments written yet.

Please login to write comment.