Color Hex Logo

#153fef Color Hex

#153FEF
(21,63,239)
0 Favorites   0 Comments

Color spaces of #153fef

RGB 2163239
HSL0.630.870.51
HSV228°91°94°
CMYK 0.910.740.00   0.06
XYZ17.66689.946482.6501
Yxy9.94640.16020.0902
Hunter Lab31.537944.8002-133.3023
CIE-Lab37.746153.6850-89.7762

#153fef color RGB value is (21,63,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111111 11101111
Octal 25 77 357
Decimal 21 63 239
Hex 15 3F EF

RGB Percentages of Color #153fef

%6.50
%19.50
%73.99

CMYK Percentages of Color #153fef

%91
%74
%0
%6

Triadic Colors of #153fef

#153fef #ef153f #3fef15

Analogous Colors of #153fef

#153fef #5815ef #15acef

Monochromatic Colors of #153fef

#153fef

Complementary Color

#153fef #efc515

#153fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#153fef Color CSS Codes

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

#153fef Text Font Color

<p style="color:#153fef">Text here</p>

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


#153fef Background Color

<div style="background-color:#153fef">
Div content here</div>

This div background color is #153fef


#153fef Border Color

<div style="border:3px solid #153fef">
Div here</div>

This div border color is #153fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153fef


Comments

No comments written yet.

Please login to write comment.