Color Hex Logo

#a0bfcd Color Hex

#A0BFCD
(160,191,205)
0 Favorites   0 Comments

Color spaces of #a0bfcd

RGB 160191205
HSL0.550.310.72
HSV199°22°80°
CMYK 0.220.070.00   0.20
XYZ44.147549.143064.9163
Yxy49.14300.27900.3106
Hunter Lab70.1021-10.2664-5.8326
CIE-Lab75.5402-7.3485-10.5019

#a0bfcd color RGB value is (160,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111111 11001101
Octal 240 277 315
Decimal 160 191 205
Hex A0 BF CD

RGB Percentages of Color #a0bfcd

%28.78
%34.35
%36.87

CMYK Percentages of Color #a0bfcd

%22
%7
%0
%20

Triadic Colors of #a0bfcd

#a0bfcd #cda0bf #bfcda0

Analogous Colors of #a0bfcd

#a0bfcd #a0a9cd #a0cdc5

Monochromatic Colors of #a0bfcd

#a0bfcd

Complementary Color

#a0bfcd #cdaea0

#a0bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bfcd Color CSS Codes

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

#a0bfcd Text Font Color

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

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


#a0bfcd Background Color

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

This div background color is #a0bfcd


#a0bfcd Border Color

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

This div border color is #a0bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bfcd


Comments

No comments written yet.

Please login to write comment.