Color Hex Logo

#a0b9cb Color Hex

#A0B9CB
(160,185,203)
0 Favorites   0 Comments

Color spaces of #a0b9cb

RGB 160185203
HSL0.570.290.71
HSV205°21°80°
CMYK 0.210.090.00   0.20
XYZ42.625746.483363.2255
Yxy46.48330.27980.3051
Hunter Lab68.1787-7.7134-7.2575
CIE-Lab73.8580-4.5993-11.9279

#a0b9cb color RGB value is (160,185,203).

#a0b9cb hex color red value is 160, green value is 185 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a0b9cb hue: 0.57 , saturation: 0.29 and the lightness value of a0b9cb is 0.71.

The process color (four color CMYK) of #a0b9cb color hex is 0.21, 0.09, 0.00, 0.20. Web safe color of #a0b9cb is #99cccc. Color #a0b9cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111001 11001011
Octal 240 271 313
Decimal 160 185 203
Hex A0 B9 CB

RGB Percentages of Color #a0b9cb

%29.20
%33.76
%37.04

CMYK Percentages of Color #a0b9cb

%21
%9
%0
%20

Triadic Colors of #a0b9cb

#a0b9cb #cba0b9 #b9cba0

Analogous Colors of #a0b9cb

#a0b9cb #a0a4cb #a0cbc8

Monochromatic Colors of #a0b9cb

#a0b9cb

Complementary Color

#a0b9cb #cbb2a0

#a0b9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0b9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0b9cb Color CSS Codes

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

#a0b9cb Text Font Color

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

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


#a0b9cb Background Color

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

This div background color is #a0b9cb


#a0b9cb Border Color

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

This div border color is #a0b9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0b9cb


Comments

No comments written yet.

Please login to write comment.