Color Hex Logo

#159bdb Color Hex

#159BDB
(21,155,219)
0 Favorites   0 Comments

Color spaces of #159bdb

RGB 21155219
HSL0.550.830.47
HSV199°90°86°
CMYK 0.900.290.00   0.14
XYZ24.816828.716671.2527
Yxy28.71660.19890.2301
Hunter Lab53.5879-11.1146-41.3230
CIE-Lab60.5307-10.2989-41.6881

#159bdb color RGB value is (21,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011011 11011011
Octal 25 233 333
Decimal 21 155 219
Hex 15 9B DB

RGB Percentages of Color #159bdb

%5.32
%39.24
%55.44

CMYK Percentages of Color #159bdb

%90
%29
%0
%14

Triadic Colors of #159bdb

#159bdb #db159b #9bdb15

Analogous Colors of #159bdb

#159bdb #1538db #15dbb8

Monochromatic Colors of #159bdb

#159bdb

Complementary Color

#159bdb #db5515

#159bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#159bdb Color CSS Codes

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

#159bdb Text Font Color

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

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


#159bdb Background Color

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

This div background color is #159bdb


#159bdb Border Color

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

This div border color is #159bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159bdb


Comments

No comments written yet.

Please login to write comment.