Color Hex Logo

#a0dcdb Color Hex

#A0DCDB
(160,220,219)
0 Favorites   0 Comments

Color spaces of #a0dcdb

RGB 160220219
HSL0.500.460.75
HSV179°27°86°
CMYK 0.270.000.00   0.14
XYZ52.876663.774576.5406
Yxy63.77450.27370.3301
Hunter Lab79.8589-21.5638-0.9251
CIE-Lab83.8482-19.1563-5.6788

#a0dcdb color RGB value is (160,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011100 11011011
Octal 240 334 333
Decimal 160 220 219
Hex A0 DC DB

RGB Percentages of Color #a0dcdb

%26.71
%36.73
%36.56

CMYK Percentages of Color #a0dcdb

%27
%0
%0
%14

Triadic Colors of #a0dcdb

#a0dcdb #dba0dc #dcdba0

Analogous Colors of #a0dcdb

#a0dcdb #a0bfdc #a0dcbd

Monochromatic Colors of #a0dcdb

#a0dcdb

Complementary Color

#a0dcdb #dca0a1

#a0dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dcdb Color CSS Codes

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

#a0dcdb Text Font Color

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

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


#a0dcdb Background Color

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

This div background color is #a0dcdb


#a0dcdb Border Color

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

This div border color is #a0dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dcdb


Comments

No comments written yet.

Please login to write comment.