Color Hex Logo

#153eee Color Hex

#153EEE
(21,62,238)
0 Favorites   0 Comments

Color spaces of #153eee

RGB 2162238
HSL0.640.860.51
HSV229°91°93°
CMYK 0.910.740.00   0.07
XYZ17.46459.777781.8557
Yxy9.77770.16010.0896
Hunter Lab31.269344.9743-133.3187
CIE-Lab37.440553.9089-89.7167

#153eee color RGB value is (21,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111110 11101110
Octal 25 76 356
Decimal 21 62 238
Hex 15 3E EE

RGB Percentages of Color #153eee

%6.54
%19.31
%74.14

CMYK Percentages of Color #153eee

%91
%74
%0
%7

Triadic Colors of #153eee

#153eee #ee153e #3eee15

Analogous Colors of #153eee

#153eee #5815ee #15abee

Monochromatic Colors of #153eee

#153eee

Complementary Color

#153eee #eec515

#153eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#153eee Color CSS Codes

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

#153eee Text Font Color

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

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


#153eee Background Color

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

This div background color is #153eee


#153eee Border Color

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

This div border color is #153eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153eee


Comments

No comments written yet.

Please login to write comment.