Color Hex Logo

#a0adcd Color Hex

#A0ADCD
(160,173,205)
0 Favorites   0 Comments

Color spaces of #a0adcd

RGB 160173205
HSL0.620.310.72
HSV223°22°80°
CMYK 0.220.160.00   0.20
XYZ40.460241.768563.6873
Yxy41.76850.27730.2863
Hunter Lab64.6286-1.3514-13.1865
CIE-Lab70.71102.3715-17.7591

#a0adcd color RGB value is (160,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101101 11001101
Octal 240 255 315
Decimal 160 173 205
Hex A0 AD CD

RGB Percentages of Color #a0adcd

%29.74
%32.16
%38.10

CMYK Percentages of Color #a0adcd

%22
%16
%0
%20

Triadic Colors of #a0adcd

#a0adcd #cda0ad #adcda0

Analogous Colors of #a0adcd

#a0adcd #aaa0cd #a0c4cd

Monochromatic Colors of #a0adcd

#a0adcd

Complementary Color

#a0adcd #cdc0a0

#a0adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0adcd Color CSS Codes

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

#a0adcd Text Font Color

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

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


#a0adcd Background Color

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

This div background color is #a0adcd


#a0adcd Border Color

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

This div border color is #a0adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0adcd


Comments

No comments written yet.

Please login to write comment.