Color Hex Logo

#a0dcff Color Hex

#A0DCFF
(160,220,255)
3 Favorites   0 Comments

Color spaces of #a0dcff

RGB 160220255
HSL0.561.000.81
HSV202°37°100°
CMYK 0.370.140.00   0.00
XYZ58.140465.8800104.2595
Yxy65.88000.25470.2886
Hunter Lab81.1665-14.1800-19.3423
CIE-Lab84.9352-10.6252-23.1019

#a0dcff color RGB value is (160,220,255).

#a0dcff hex color red value is 160, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a0dcff hue: 0.56 , saturation: 1.00 and the lightness value of a0dcff is 0.81.

The process color (four color CMYK) of #a0dcff color hex is 0.37, 0.14, 0.00, 0.00. Web safe color of #a0dcff is #99ccff. Color #a0dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011100 11111111
Octal 240 334 377
Decimal 160 220 255
Hex A0 DC FF

RGB Percentages of Color #a0dcff

%25.20
%34.65
%40.16

CMYK Percentages of Color #a0dcff

%37
%14
%0
%0

Triadic Colors of #a0dcff

#a0dcff #ffa0dc #dcffa0

Analogous Colors of #a0dcff

#a0dcff #a0adff #a0fff3

Monochromatic Colors of #a0dcff

#a0dcff

Complementary Color

#a0dcff #ffc3a0

#a0dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dcff Color CSS Codes

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

#a0dcff Text Font Color

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

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


#a0dcff Background Color

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

This div background color is #a0dcff


#a0dcff Border Color

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

This div border color is #a0dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dcff


Comments

No comments written yet.

Please login to write comment.