Color Hex Logo

#a0bdcd Color Hex

#A0BDCD
(160,189,205)
0 Favorites   0 Comments

Color spaces of #a0bdcd

RGB 160189205
HSL0.560.310.72
HSV201°22°80°
CMYK 0.220.080.00   0.20
XYZ43.714248.276664.7719
Yxy48.27660.27890.3080
Hunter Lab69.4814-9.2891-6.6344
CIE-Lab74.9991-6.2870-11.3101

#a0bdcd color RGB value is (160,189,205).

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

The process color (four color CMYK) of #a0bdcd color hex is 0.22, 0.08, 0.00, 0.20. Web safe color of #a0bdcd is #99cccc. Color #a0bdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111101 11001101
Octal 240 275 315
Decimal 160 189 205
Hex A0 BD CD

RGB Percentages of Color #a0bdcd

%28.88
%34.12
%37.00

CMYK Percentages of Color #a0bdcd

%22
%8
%0
%20

Triadic Colors of #a0bdcd

#a0bdcd #cda0bd #bdcda0

Analogous Colors of #a0bdcd

#a0bdcd #a0a7cd #a0cdc7

Monochromatic Colors of #a0bdcd

#a0bdcd

Complementary Color

#a0bdcd #cdb0a0

#a0bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bdcd Color CSS Codes

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

#a0bdcd Text Font Color

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

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


#a0bdcd Background Color

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

This div background color is #a0bdcd


#a0bdcd Border Color

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

This div border color is #a0bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bdcd


Comments

No comments written yet.

Please login to write comment.