Color Hex Logo

#a0badb Color Hex

#A0BADB
(160,186,219)
0 Favorites   0 Comments

Color spaces of #a0badb

RGB 160186219
HSL0.590.450.74
HSV214°27°86°
CMYK 0.270.150.00   0.14
XYZ44.842347.705973.8625
Yxy47.70590.26950.2867
Hunter Lab69.0695-4.9831-15.0558
CIE-Lab74.6391-1.4435-19.4580

#a0badb color RGB value is (160,186,219).

#a0badb hex color red value is 160, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a0badb hue: 0.59 , saturation: 0.45 and the lightness value of a0badb is 0.74.

The process color (four color CMYK) of #a0badb color hex is 0.27, 0.15, 0.00, 0.14. Web safe color of #a0badb is #99cccc. Color #a0badb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 11011011
Octal 240 272 333
Decimal 160 186 219
Hex A0 BA DB

RGB Percentages of Color #a0badb

%28.32
%32.92
%38.76

CMYK Percentages of Color #a0badb

%27
%15
%0
%14

Triadic Colors of #a0badb

#a0badb #dba0ba #badba0

Analogous Colors of #a0badb

#a0badb #a4a0db #a0d8db

Monochromatic Colors of #a0badb

#a0badb

Complementary Color

#a0badb #dbc1a0

#a0badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0badb Color CSS Codes

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

#a0badb Text Font Color

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

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


#a0badb Background Color

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

This div background color is #a0badb


#a0badb Border Color

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

This div border color is #a0badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0badb


Comments

No comments written yet.

Please login to write comment.