Color Hex Logo

#a0dadd Color Hex

#A0DADD
(160,218,221)
0 Favorites   0 Comments

Color spaces of #a0dadd

RGB 160218221
HSL0.510.470.75
HSV183°28°87°
CMYK 0.280.010.00   0.13
XYZ52.619862.836877.7620
Yxy62.83680.27230.3252
Hunter Lab79.2697-20.2323-2.6736
CIE-Lab83.3564-17.7034-7.4676

#a0dadd color RGB value is (160,218,221).

#a0dadd hex color red value is 160, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a0dadd hue: 0.51 , saturation: 0.47 and the lightness value of a0dadd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011010 11011101
Octal 240 332 335
Decimal 160 218 221
Hex A0 DA DD

RGB Percentages of Color #a0dadd

%26.71
%36.39
%36.89

CMYK Percentages of Color #a0dadd

%28
%1
%0
%13

Triadic Colors of #a0dadd

#a0dadd #dda0da #dadda0

Analogous Colors of #a0dadd

#a0dadd #a0bcdd #a0ddc2

Monochromatic Colors of #a0dadd

#a0dadd

Complementary Color

#a0dadd #dda3a0

#a0dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dadd Color CSS Codes

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

#a0dadd Text Font Color

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

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


#a0dadd Background Color

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

This div background color is #a0dadd


#a0dadd Border Color

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

This div border color is #a0dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dadd


Comments

No comments written yet.

Please login to write comment.