Color Hex Logo

#5b9eda Color Hex

#5B9EDA
(91,158,218)
0 Favorites   0 Comments

Color spaces of #5b9eda

RGB 91158218
HSL0.580.630.61
HSV208°58°85°
CMYK 0.580.280.00   0.15
XYZ29.196131.739870.9173
Yxy31.73980.22140.2407
Hunter Lab56.3381-6.0876-35.1965
CIE-Lab63.1272-3.7017-36.9384

#5b9eda color RGB value is (91,158,218).

#5b9eda hex color red value is 91, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5b9eda hue: 0.58 , saturation: 0.63 and the lightness value of 5b9eda is 0.61.

The process color (four color CMYK) of #5b9eda color hex is 0.58, 0.28, 0.00, 0.15. Web safe color of #5b9eda is #6699cc. Color #5b9eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10011110 11011010
Octal 133 236 332
Decimal 91 158 218
Hex 5B 9E DA

RGB Percentages of Color #5b9eda

%19.49
%33.83
%46.68

CMYK Percentages of Color #5b9eda

%58
%28
%0
%15

Triadic Colors of #5b9eda

#5b9eda #da5b9e #9eda5b

Analogous Colors of #5b9eda

#5b9eda #5b5fda #5bdad7

Monochromatic Colors of #5b9eda

#5b9eda

Complementary Color

#5b9eda #da975b

#5b9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b9eda Color CSS Codes

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

#5b9eda Text Font Color

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

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


#5b9eda Background Color

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

This div background color is #5b9eda


#5b9eda Border Color

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

This div border color is #5b9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b9eda


Comments

No comments written yet.

Please login to write comment.