Color Hex Logo

#5bbdda Color Hex

#5BBDDA
(91,189,218)
0 Favorites   0 Comments

Color spaces of #5bbdda

RGB 91189218
HSL0.540.630.61
HSV194°58°85°
CMYK 0.580.130.00   0.15
XYZ35.166943.681372.9075
Yxy43.68130.23170.2878
Hunter Lab66.0918-20.6824-19.1400
CIE-Lab72.0150-20.4238-23.2216

#5bbdda color RGB value is (91,189,218).

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

The process color (four color CMYK) of #5bbdda color hex is 0.58, 0.13, 0.00, 0.15. Web safe color of #5bbdda is #66cccc. Color #5bbdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11011010
Octal 133 275 332
Decimal 91 189 218
Hex 5B BD DA

RGB Percentages of Color #5bbdda

%18.27
%37.95
%43.78

CMYK Percentages of Color #5bbdda

%58
%13
%0
%15

Triadic Colors of #5bbdda

#5bbdda #da5bbd #bdda5b

Analogous Colors of #5bbdda

#5bbdda #5b7eda #5bdab8

Monochromatic Colors of #5bbdda

#5bbdda

Complementary Color

#5bbdda #da785b

#5bbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbdda Color CSS Codes

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

#5bbdda Text Font Color

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

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


#5bbdda Background Color

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

This div background color is #5bbdda


#5bbdda Border Color

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

This div border color is #5bbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbdda


Comments

No comments written yet.

Please login to write comment.