Color Hex Logo

#a0badf Color Hex

#A0BADF
(160,186,223)
0 Favorites   0 Comments

Color spaces of #a0badf

RGB 160186223
HSL0.600.500.75
HSV215°28°87°
CMYK 0.280.170.00   0.13
XYZ45.375447.919176.6698
Yxy47.91910.26700.2819
Hunter Lab69.2236-4.1364-17.2111
CIE-Lab74.7739-0.4882-21.4242

#a0badf color RGB value is (160,186,223).

#a0badf hex color red value is 160, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a0badf hue: 0.60 , saturation: 0.50 and the lightness value of a0badf is 0.75.

The process color (four color CMYK) of #a0badf color hex is 0.28, 0.17, 0.00, 0.13. Web safe color of #a0badf is #99cccc. Color #a0badf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 11011111
Octal 240 272 337
Decimal 160 186 223
Hex A0 BA DF

RGB Percentages of Color #a0badf

%28.12
%32.69
%39.19

CMYK Percentages of Color #a0badf

%28
%17
%0
%13

Triadic Colors of #a0badf

#a0badf #dfa0ba #badfa0

Analogous Colors of #a0badf

#a0badf #a6a0df #a0dadf

Monochromatic Colors of #a0badf

#a0badf

Complementary Color

#a0badf #dfc5a0

#a0badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0badf Color CSS Codes

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

#a0badf Text Font Color

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

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


#a0badf Background Color

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

This div background color is #a0badf


#a0badf Border Color

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

This div border color is #a0badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0badf


Comments

No comments written yet.

Please login to write comment.