Color Hex Logo

#a0b3bd Color Hex

#A0B3BD
(160,179,189)
0 Favorites   0 Comments

Color spaces of #a0b3bd

RGB 160179189
HSL0.560.180.68
HSV201°15°74°
CMYK 0.150.050.00   0.26
XYZ39.802643.387954.4210
Yxy43.38790.28920.3153
Hunter Lab65.8695-7.4104-2.8764
CIE-Lab71.8175-4.4465-7.3108

#a0b3bd color RGB value is (160,179,189).

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

The process color (four color CMYK) of #a0b3bd color hex is 0.15, 0.05, 0.00, 0.26. Web safe color of #a0b3bd is #99cccc. Color #a0b3bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10110011 10111101
Octal 240 263 275
Decimal 160 179 189
Hex A0 B3 BD

RGB Percentages of Color #a0b3bd

%30.30
%33.90
%35.80

CMYK Percentages of Color #a0b3bd

%15
%5
%0
%26

Triadic Colors of #a0b3bd

#a0b3bd #bda0b3 #b3bda0

Analogous Colors of #a0b3bd

#a0b3bd #a0a5bd #a0bdb9

Monochromatic Colors of #a0b3bd

#a0b3bd

Complementary Color

#a0b3bd #bdaaa0

#a0b3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b3bd Color CSS Codes

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

#a0b3bd Text Font Color

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

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


#a0b3bd Background Color

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

This div background color is #a0b3bd


#a0b3bd Border Color

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

This div border color is #a0b3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b3bd


Comments

No comments written yet.

Please login to write comment.