Color Hex Logo

#159cdb Color Hex

#159CDB
(21,156,219)
0 Favorites   0 Comments

Color spaces of #159cdb

RGB 21156219
HSL0.550.830.47
HSV199°90°86°
CMYK 0.900.290.00   0.14
XYZ24.983929.050871.3084
Yxy29.05080.19930.2318
Hunter Lab53.8988-11.5821-40.7118
CIE-Lab60.8264-10.8580-41.2234

#159cdb color RGB value is (21,156,219).

#159cdb hex color red value is 21, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #159cdb hue: 0.55 , saturation: 0.83 and the lightness value of 159cdb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011100 11011011
Octal 25 234 333
Decimal 21 156 219
Hex 15 9C DB

RGB Percentages of Color #159cdb

%5.30
%39.39
%55.30

CMYK Percentages of Color #159cdb

%90
%29
%0
%14

Triadic Colors of #159cdb

#159cdb #db159c #9cdb15

Analogous Colors of #159cdb

#159cdb #1539db #15dbb7

Monochromatic Colors of #159cdb

#159cdb

Complementary Color

#159cdb #db5415

#159cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#159cdb Color CSS Codes

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

#159cdb Text Font Color

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

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


#159cdb Background Color

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

This div background color is #159cdb


#159cdb Border Color

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

This div border color is #159cdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,156,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159cdb


Comments

No comments written yet.

Please login to write comment.