Color Hex Logo

#a0becd Color Hex

#A0BECD
(160,190,205)
0 Favorites   0 Comments

Color spaces of #a0becd

RGB 160190205
HSL0.560.310.72
HSV200°22°80°
CMYK 0.220.070.00   0.20
XYZ43.930148.708364.8439
Yxy48.70830.27900.3093
Hunter Lab69.7913-9.7781-6.2331
CIE-Lab75.2695-6.8184-10.9061

#a0becd color RGB value is (160,190,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 11001101
Octal 240 276 315
Decimal 160 190 205
Hex A0 BE CD

RGB Percentages of Color #a0becd

%28.83
%34.23
%36.94

CMYK Percentages of Color #a0becd

%22
%7
%0
%20

Triadic Colors of #a0becd

#a0becd #cda0be #becda0

Analogous Colors of #a0becd

#a0becd #a0a8cd #a0cdc6

Monochromatic Colors of #a0becd

#a0becd

Complementary Color

#a0becd #cdafa0

#a0becd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0becd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0becd Color CSS Codes

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

#a0becd Text Font Color

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

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


#a0becd Background Color

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

This div background color is #a0becd


#a0becd Border Color

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

This div border color is #a0becd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0becd


Comments

No comments written yet.

Please login to write comment.