Color Hex Logo

#a0dbdc Color Hex

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

Color spaces of #a0dbdc

RGB 160219220
HSL0.500.460.75
HSV181°27°86°
CMYK 0.270.000.00   0.14
XYZ52.747063.303977.1490
Yxy63.30390.27300.3277
Hunter Lab79.5637-20.8995-1.7959
CIE-Lab83.6020-18.4314-6.5732

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

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

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

Base Numbers

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

RGB Percentages of Color #a0dbdc

%26.71
%36.56
%36.73

CMYK Percentages of Color #a0dbdc

%27
%0
%0
%14

Triadic Colors of #a0dbdc

#a0dbdc #dca0db #dbdca0

Analogous Colors of #a0dbdc

#a0dbdc #a0bddc #a0dcbf

Monochromatic Colors of #a0dbdc

#a0dbdc

Complementary Color

#a0dbdc #dca1a0

#a0dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dbdc Color CSS Codes

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

#a0dbdc Text Font Color

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

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


#a0dbdc Background Color

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

This div background color is #a0dbdc


#a0dbdc Border Color

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

This div border color is #a0dbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dbdc


Comments

No comments written yet.

Please login to write comment.