Color Hex Logo

#5e93eb Color Hex

#5E93EB
(94,147,235)
0 Favorites   0 Comments

Color spaces of #5e93eb

RGB 94147235
HSL0.600.780.65
HSV217°60°92°
CMYK 0.600.370.00   0.08
XYZ30.045229.245382.6586
Yxy29.24530.21170.2060
Hunter Lab54.07894.5330-52.7684
CIE-Lab60.99758.7175-49.6938

#5e93eb color RGB value is (94,147,235).

#5e93eb hex color red value is 94, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5e93eb hue: 0.60 , saturation: 0.78 and the lightness value of 5e93eb is 0.65.

The process color (four color CMYK) of #5e93eb color hex is 0.60, 0.37, 0.00, 0.08. Web safe color of #5e93eb is #6699ff. Color #5e93eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10010011 11101011
Octal 136 223 353
Decimal 94 147 235
Hex 5E 93 EB

RGB Percentages of Color #5e93eb

%19.75
%30.88
%49.37

CMYK Percentages of Color #5e93eb

%60
%37
%0
%8

Triadic Colors of #5e93eb

#5e93eb #eb5e93 #93eb5e

Analogous Colors of #5e93eb

#5e93eb #705eeb #5edaeb

Monochromatic Colors of #5e93eb

#5e93eb

Complementary Color

#5e93eb #ebb65e

#5e93eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e93eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e93eb Color CSS Codes

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

#5e93eb Text Font Color

<p style="color:#5e93eb">Text here</p>

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


#5e93eb Background Color

<div style="background-color:#5e93eb">
Div content here</div>

This div background color is #5e93eb


#5e93eb Border Color

<div style="border:3px solid #5e93eb">
Div here</div>

This div border color is #5e93eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,147,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e93eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e93eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5e93eb;
  box-shadow:         1px 1px 3px 2px #5e93eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,147,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e93eb


Comments

No comments written yet.

Please login to write comment.