Color Hex Logo

#5e8dee Color Hex

#5E8DEE
(94,141,238)
0 Favorites   0 Comments

Color spaces of #5e8dee

RGB 94141238
HSL0.610.810.65
HSV220°61°93°
CMYK 0.610.410.00   0.07
XYZ29.573627.602584.6580
Yxy27.60250.20850.1946
Hunter Lab52.53818.5357-58.7611
CIE-Lab59.527913.2605-53.6869

#5e8dee color RGB value is (94,141,238).

#5e8dee hex color red value is 94, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5e8dee hue: 0.61 , saturation: 0.81 and the lightness value of 5e8dee is 0.65.

The process color (four color CMYK) of #5e8dee color hex is 0.61, 0.41, 0.00, 0.07. Web safe color of #5e8dee is #6699ff. Color #5e8dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001101 11101110
Octal 136 215 356
Decimal 94 141 238
Hex 5E 8D EE

RGB Percentages of Color #5e8dee

%19.87
%29.81
%50.32

CMYK Percentages of Color #5e8dee

%61
%41
%0
%7

Triadic Colors of #5e8dee

#5e8dee #ee5e8d #8dee5e

Analogous Colors of #5e8dee

#5e8dee #775eee #5ed5ee

Monochromatic Colors of #5e8dee

#5e8dee

Complementary Color

#5e8dee #eebf5e

#5e8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8dee Color CSS Codes

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

#5e8dee Text Font Color

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

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


#5e8dee Background Color

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

This div background color is #5e8dee


#5e8dee Border Color

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

This div border color is #5e8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8dee


Comments

No comments written yet.

Please login to write comment.