Color Hex Logo

#5e8aeb Color Hex

#5E8AEB
(94,138,235)
0 Favorites   0 Comments

Color spaces of #5e8aeb

RGB 94138235
HSL0.610.780.65
HSV221°60°92°
CMYK 0.600.410.00   0.08
XYZ28.700026.554882.2102
Yxy26.55480.20880.1932
Hunter Lab51.53139.2344-58.5160
CIE-Lab58.560014.0632-53.5659

#5e8aeb color RGB value is (94,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001010 11101011
Octal 136 212 353
Decimal 94 138 235
Hex 5E 8A EB

RGB Percentages of Color #5e8aeb

%20.13
%29.55
%50.32

CMYK Percentages of Color #5e8aeb

%60
%41
%0
%8

Triadic Colors of #5e8aeb

#5e8aeb #eb5e8a #8aeb5e

Analogous Colors of #5e8aeb

#5e8aeb #795eeb #5ed1eb

Monochromatic Colors of #5e8aeb

#5e8aeb

Complementary Color

#5e8aeb #ebbf5e

#5e8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8aeb Color CSS Codes

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

#5e8aeb Text Font Color

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

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


#5e8aeb Background Color

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

This div background color is #5e8aeb


#5e8aeb Border Color

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

This div border color is #5e8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8aeb


Comments

No comments written yet.

Please login to write comment.