Color Hex Logo

#159bcd Color Hex

#159BCD
(21,155,205)
0 Favorites   0 Comments

Color spaces of #159bcd

RGB 21155205
HSL0.550.810.44
HSV196°90°80°
CMYK 0.900.240.00   0.20
XYZ23.050028.009961.9492
Yxy28.00990.20400.2479
Hunter Lab52.9244-14.8761-32.3532
CIE-Lab59.8977-15.3418-34.8671

#159bcd color RGB value is (21,155,205).

#159bcd hex color red value is 21, green value is 155 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #159bcd hue: 0.55 , saturation: 0.81 and the lightness value of 159bcd is 0.44.

The process color (four color CMYK) of #159bcd color hex is 0.90, 0.24, 0.00, 0.20. Web safe color of #159bcd is #0099cc. Color #159bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011011 11001101
Octal 25 233 315
Decimal 21 155 205
Hex 15 9B CD

RGB Percentages of Color #159bcd

%5.51
%40.68
%53.81

CMYK Percentages of Color #159bcd

%90
%24
%0
%20

Triadic Colors of #159bcd

#159bcd #cd159b #9bcd15

Analogous Colors of #159bcd

#159bcd #153fcd #15cda3

Monochromatic Colors of #159bcd

#159bcd

Complementary Color

#159bcd #cd4715

#159bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#159bcd Color CSS Codes

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

#159bcd Text Font Color

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

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


#159bcd Background Color

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

This div background color is #159bcd


#159bcd Border Color

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

This div border color is #159bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,155,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #159bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #159bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #159bcd;
  box-shadow:         1px 1px 3px 2px #159bcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,155,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 #159bcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159bcd


Comments

No comments written yet.

Please login to write comment.