Color Hex Logo

#5b8eea Color Hex

#5B8EEA
(91,142,234)
0 Favorites   0 Comments

Color spaces of #5b8eea

RGB 91142234
HSL0.610.770.64
HSV219°61°92°
CMYK 0.610.390.00   0.08
XYZ28.838727.510781.6320
Yxy27.51070.20900.1994
Hunter Lab52.45066.3552-55.5610
CIE-Lab59.444110.7918-51.6136

#5b8eea color RGB value is (91,142,234).

#5b8eea hex color red value is 91, green value is 142 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5b8eea hue: 0.61 , saturation: 0.77 and the lightness value of 5b8eea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10001110 11101010
Octal 133 216 352
Decimal 91 142 234
Hex 5B 8E EA

RGB Percentages of Color #5b8eea

%19.49
%30.41
%50.11

CMYK Percentages of Color #5b8eea

%61
%39
%0
%8

Triadic Colors of #5b8eea

#5b8eea #ea5b8e #8eea5b

Analogous Colors of #5b8eea

#5b8eea #705bea #5bd6ea

Monochromatic Colors of #5b8eea

#5b8eea

Complementary Color

#5b8eea #eab75b

#5b8eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b8eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b8eea Color CSS Codes

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

#5b8eea Text Font Color

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

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


#5b8eea Background Color

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

This div background color is #5b8eea


#5b8eea Border Color

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

This div border color is #5b8eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,142,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b8eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b8eea;
  -webkit-box-shadow: 1px 1px 3px 2px #5b8eea;
  box-shadow:         1px 1px 3px 2px #5b8eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,142,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b8eea


Comments

No comments written yet.

Please login to write comment.