Color Hex Logo

#a0c0dc Color Hex

#A0C0DC
(160,192,220)
0 Favorites   0 Comments

Color spaces of #a0c0dc

RGB 160192220
HSL0.580.460.75
HSV208°27°86°
CMYK 0.270.130.00   0.14
XYZ46.265150.340274.9883
Yxy50.34020.26960.2934
Hunter Lab70.9508-7.7690-12.9983
CIE-Lab76.2776-4.4322-17.5212

#a0c0dc color RGB value is (160,192,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000000 11011100
Octal 240 300 334
Decimal 160 192 220
Hex A0 C0 DC

RGB Percentages of Color #a0c0dc

%27.97
%33.57
%38.46

CMYK Percentages of Color #a0c0dc

%27
%13
%0
%14

Triadic Colors of #a0c0dc

#a0c0dc #dca0c0 #c0dca0

Analogous Colors of #a0c0dc

#a0c0dc #a0a2dc #a0dcda

Monochromatic Colors of #a0c0dc

#a0c0dc

Complementary Color

#a0c0dc #dcbca0

#a0c0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c0dc Color CSS Codes

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

#a0c0dc Text Font Color

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

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


#a0c0dc Background Color

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

This div background color is #a0c0dc


#a0c0dc Border Color

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

This div border color is #a0c0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c0dc

#a0c0dc Color Palettes


Comments

No comments written yet.

Please login to write comment.