Color Hex Logo

#154cdb Color Hex

#154CDB
(21,76,219)
0 Favorites   0 Comments

Color spaces of #154cdb

RGB 2176219
HSL0.620.830.47
HSV223°90°86°
CMYK 0.900.650.00   0.14
XYZ15.679910.442868.2071
Yxy10.44280.16620.1107
Hunter Lab32.315330.0592-102.5211
CIE-Lab38.625738.7681-76.9453

#154cdb color RGB value is (21,76,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001100 11011011
Octal 25 114 333
Decimal 21 76 219
Hex 15 4C DB

RGB Percentages of Color #154cdb

%6.65
%24.05
%69.30

CMYK Percentages of Color #154cdb

%90
%65
%0
%14

Triadic Colors of #154cdb

#154cdb #db154c #4cdb15

Analogous Colors of #154cdb

#154cdb #4115db #15afdb

Monochromatic Colors of #154cdb

#154cdb

Complementary Color

#154cdb #dba415

#154cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#154cdb Color CSS Codes

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

#154cdb Text Font Color

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

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


#154cdb Background Color

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

This div background color is #154cdb


#154cdb Border Color

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

This div border color is #154cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154cdb


Comments

No comments written yet.

Please login to write comment.