Color Hex Logo

#5e8ceb Color Hex

#5E8CEB
(94,140,235)
0 Favorites   0 Comments

Color spaces of #5e8ceb

RGB 94140235
HSL0.610.780.65
HSV220°60°92°
CMYK 0.600.400.00   0.08
XYZ28.989627.134082.3067
Yxy27.13400.20940.1960
Hunter Lab52.09038.1818-57.2196
CIE-Lab59.098212.8679-52.7092

#5e8ceb color RGB value is (94,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001100 11101011
Octal 136 214 353
Decimal 94 140 235
Hex 5E 8C EB

RGB Percentages of Color #5e8ceb

%20.04
%29.85
%50.11

CMYK Percentages of Color #5e8ceb

%60
%40
%0
%8

Triadic Colors of #5e8ceb

#5e8ceb #eb5e8c #8ceb5e

Analogous Colors of #5e8ceb

#5e8ceb #775eeb #5ed3eb

Monochromatic Colors of #5e8ceb

#5e8ceb

Complementary Color

#5e8ceb #ebbd5e

#5e8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8ceb Color CSS Codes

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

#5e8ceb Text Font Color

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

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


#5e8ceb Background Color

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

This div background color is #5e8ceb


#5e8ceb Border Color

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

This div border color is #5e8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8ceb


Comments

No comments written yet.

Please login to write comment.