Color Hex Logo

#156cdb Color Hex

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

Color spaces of #156cdb

RGB 21108219
HSL0.590.830.47
HSV214°90°86°
CMYK 0.900.510.00   0.14
XYZ18.458015.999069.1331
Yxy15.99900.17820.1544
Hunter Lab39.998712.3736-74.4766
CIE-Lab46.973218.1107-63.3240

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101100 11011011
Octal 25 154 333
Decimal 21 108 219
Hex 15 6C DB

RGB Percentages of Color #156cdb

%6.03
%31.03
%62.93

CMYK Percentages of Color #156cdb

%90
%51
%0
%14

Triadic Colors of #156cdb

#156cdb #db156c #6cdb15

Analogous Colors of #156cdb

#156cdb #2115db #15cfdb

Monochromatic Colors of #156cdb

#156cdb

Complementary Color

#156cdb #db8415

#156cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#156cdb Color CSS Codes

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

#156cdb Text Font Color

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

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


#156cdb Background Color

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

This div background color is #156cdb


#156cdb Border Color

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

This div border color is #156cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156cdb


Comments

No comments written yet.

Please login to write comment.