Color Hex Logo

#a0c1db Color Hex

#A0C1DB
(160,193,219)
0 Favorites   0 Comments

Color spaces of #a0c1db

RGB 160193219
HSL0.570.450.74
HSV206°27°86°
CMYK 0.270.120.00   0.14
XYZ46.353450.728074.3662
Yxy50.72800.27040.2959
Hunter Lab71.2236-8.4708-12.0495
CIE-Lab76.5140-5.2009-16.6239

#a0c1db color RGB value is (160,193,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000001 11011011
Octal 240 301 333
Decimal 160 193 219
Hex A0 C1 DB

RGB Percentages of Color #a0c1db

%27.97
%33.74
%38.29

CMYK Percentages of Color #a0c1db

%27
%12
%0
%14

Triadic Colors of #a0c1db

#a0c1db #dba0c1 #c1dba0

Analogous Colors of #a0c1db

#a0c1db #a0a4db #a0dbd8

Monochromatic Colors of #a0c1db

#a0c1db

Complementary Color

#a0c1db #dbbaa0

#a0c1db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c1db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c1db Color CSS Codes

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

#a0c1db Text Font Color

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

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


#a0c1db Background Color

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

This div background color is #a0c1db


#a0c1db Border Color

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

This div border color is #a0c1db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c1db

#a0c1db Color Palettes


Comments

No comments written yet.

Please login to write comment.