Color Hex Logo

#a0badc Color Hex

#A0BADC
(160,186,220)
0 Favorites   0 Comments

Color spaces of #a0badc

RGB 160186220
HSL0.590.460.75
HSV214°27°86°
CMYK 0.270.150.00   0.14
XYZ44.974447.758774.5581
Yxy47.75870.26880.2855
Hunter Lab69.1077-4.7729-15.5908
CIE-Lab74.6725-1.2057-19.9503

#a0badc color RGB value is (160,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 11011100
Octal 240 272 334
Decimal 160 186 220
Hex A0 BA DC

RGB Percentages of Color #a0badc

%28.27
%32.86
%38.87

CMYK Percentages of Color #a0badc

%27
%15
%0
%14

Triadic Colors of #a0badc

#a0badc #dca0ba #badca0

Analogous Colors of #a0badc

#a0badc #a4a0dc #a0d8dc

Monochromatic Colors of #a0badc

#a0badc

Complementary Color

#a0badc #dcc2a0

#a0badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0badc Color CSS Codes

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

#a0badc Text Font Color

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

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


#a0badc Background Color

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

This div background color is #a0badc


#a0badc Border Color

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

This div border color is #a0badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0badc


Comments

No comments written yet.

Please login to write comment.