Color Hex Logo

#154cef Color Hex

#154CEF
(21,76,239)
0 Favorites   0 Comments

Color spaces of #154cef

RGB 2176239
HSL0.620.870.51
HSV225°91°94°
CMYK 0.910.680.00   0.06
XYZ18.473711.560382.9190
Yxy11.56030.16360.1023
Hunter Lab34.000437.4849-120.7939
CIE-Lab40.508646.0574-85.2109

#154cef color RGB value is (21,76,239).

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

The process color (four color CMYK) of #154cef color hex is 0.91, 0.68, 0.00, 0.06. Web safe color of #154cef is #0033ff. Color #154cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001100 11101111
Octal 25 114 357
Decimal 21 76 239
Hex 15 4C EF

RGB Percentages of Color #154cef

%6.25
%22.62
%71.13

CMYK Percentages of Color #154cef

%91
%68
%0
%6

Triadic Colors of #154cef

#154cef #ef154c #4cef15

Analogous Colors of #154cef

#154cef #4b15ef #15b9ef

Monochromatic Colors of #154cef

#154cef

Complementary Color

#154cef #efb815

#154cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#154cef Color CSS Codes

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

#154cef Text Font Color

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

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


#154cef Background Color

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

This div background color is #154cef


#154cef Border Color

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

This div border color is #154cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154cef


Comments

No comments written yet.

Please login to write comment.