Color Hex Logo

#156bdb Color Hex

#156BDB
(21,107,219)
0 Favorites   0 Comments

Color spaces of #156bdb

RGB 21107219
HSL0.590.830.47
HSV214°90°86°
CMYK 0.900.510.00   0.14
XYZ18.353115.789369.0982
Yxy15.78930.17780.1529
Hunter Lab39.735812.9078-75.2869
CIE-Lab46.696818.7523-63.7715

#156bdb color RGB value is (21,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101011 11011011
Octal 25 153 333
Decimal 21 107 219
Hex 15 6B DB

RGB Percentages of Color #156bdb

%6.05
%30.84
%63.11

CMYK Percentages of Color #156bdb

%90
%51
%0
%14

Triadic Colors of #156bdb

#156bdb #db156b #6bdb15

Analogous Colors of #156bdb

#156bdb #2215db #15cedb

Monochromatic Colors of #156bdb

#156bdb

Complementary Color

#156bdb #db8515

#156bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#156bdb Color CSS Codes

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

#156bdb Text Font Color

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

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


#156bdb Background Color

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

This div background color is #156bdb


#156bdb Border Color

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

This div border color is #156bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156bdb


Comments

No comments written yet.

Please login to write comment.