Color Hex Logo

#153fee Color Hex

#153FEE
(21,63,238)
0 Favorites   0 Comments

Color spaces of #153fee

RGB 2163238
HSL0.630.860.51
HSV228°91°93°
CMYK 0.910.740.00   0.07
XYZ17.51949.887581.8740
Yxy9.88750.16030.0905
Hunter Lab31.444444.4245-132.3665
CIE-Lab37.639853.3474-89.3866

#153fee color RGB value is (21,63,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111111 11101110
Octal 25 77 356
Decimal 21 63 238
Hex 15 3F EE

RGB Percentages of Color #153fee

%6.52
%19.57
%73.91

CMYK Percentages of Color #153fee

%91
%74
%0
%7

Triadic Colors of #153fee

#153fee #ee153f #3fee15

Analogous Colors of #153fee

#153fee #5715ee #15acee

Monochromatic Colors of #153fee

#153fee

Complementary Color

#153fee #eec415

#153fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#153fee Color CSS Codes

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

#153fee Text Font Color

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

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


#153fee Background Color

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

This div background color is #153fee


#153fee Border Color

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

This div border color is #153fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153fee


Comments

No comments written yet.

Please login to write comment.