Color Hex Logo

#a0adcc Color Hex

#A0ADCC
(160,173,204)
0 Favorites   0 Comments

Color spaces of #a0adcc

RGB 160173204
HSL0.620.300.71
HSV222°22°80°
CMYK 0.220.150.00   0.20
XYZ40.339941.720463.0534
Yxy41.72040.27800.2875
Hunter Lab64.5913-1.5544-12.6644
CIE-Lab70.67772.1419-17.2597

#a0adcc color RGB value is (160,173,204).

#a0adcc hex color red value is 160, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0adcc hue: 0.62 , saturation: 0.30 and the lightness value of a0adcc is 0.71.

The process color (four color CMYK) of #a0adcc color hex is 0.22, 0.15, 0.00, 0.20. Web safe color of #a0adcc is #9999cc. Color #a0adcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11001100
Octal 240 255 314
Decimal 160 173 204
Hex A0 AD CC

RGB Percentages of Color #a0adcc

%29.80
%32.22
%37.99

CMYK Percentages of Color #a0adcc

%22
%15
%0
%20

Triadic Colors of #a0adcc

#a0adcc #cca0ad #adcca0

Analogous Colors of #a0adcc

#a0adcc #a9a0cc #a0c3cc

Monochromatic Colors of #a0adcc

#a0adcc

Complementary Color

#a0adcc #ccbfa0

#a0adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adcc Color CSS Codes

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

#a0adcc Text Font Color

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

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


#a0adcc Background Color

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

This div background color is #a0adcc


#a0adcc Border Color

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

This div border color is #a0adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adcc


Comments

No comments written yet.

Please login to write comment.