Color Hex Logo

#5e9feb Color Hex

#5E9FEB
(94,159,235)
0 Favorites   0 Comments

Color spaces of #5e9feb

RGB 94159235
HSL0.590.780.65
HSV212°60°92°
CMYK 0.600.320.00   0.08
XYZ32.009633.174183.3134
Yxy33.17410.21560.2234
Hunter Lab57.5970-1.5930-45.4445
CIE-Lab64.30161.7425-44.4775

#5e9feb color RGB value is (94,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10011111 11101011
Octal 136 237 353
Decimal 94 159 235
Hex 5E 9F EB

RGB Percentages of Color #5e9feb

%19.26
%32.58
%48.16

CMYK Percentages of Color #5e9feb

%60
%32
%0
%8

Triadic Colors of #5e9feb

#5e9feb #eb5e9f #9feb5e

Analogous Colors of #5e9feb

#5e9feb #645eeb #5ee6eb

Monochromatic Colors of #5e9feb

#5e9feb

Complementary Color

#5e9feb #ebaa5e

#5e9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e9feb Color CSS Codes

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

#5e9feb Text Font Color

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

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


#5e9feb Background Color

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

This div background color is #5e9feb


#5e9feb Border Color

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

This div border color is #5e9feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,159,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 #5e9feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e9feb


Comments

No comments written yet.

Please login to write comment.