Color Hex Logo

#5bbdfa Color Hex

#5BBDFA
(91,189,250)
0 Favorites   0 Comments

Color spaces of #5bbdfa

RGB 91189250
HSL0.560.940.67
HSV203°64°98°
CMYK 0.640.240.00   0.02
XYZ39.767345.521597.1330
Yxy45.52150.21800.2495
Hunter Lab67.4696-12.8621-38.1284
CIE-Lab73.2340-10.6628-38.6786

#5bbdfa color RGB value is (91,189,250).

#5bbdfa hex color red value is 91, green value is 189 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5bbdfa hue: 0.56 , saturation: 0.94 and the lightness value of 5bbdfa is 0.67.

The process color (four color CMYK) of #5bbdfa color hex is 0.64, 0.24, 0.00, 0.02. Web safe color of #5bbdfa is #66ccff. Color #5bbdfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111101 11111010
Octal 133 275 372
Decimal 91 189 250
Hex 5B BD FA

RGB Percentages of Color #5bbdfa

%17.17
%35.66
%47.17

CMYK Percentages of Color #5bbdfa

%64
%24
%0
%2

Triadic Colors of #5bbdfa

#5bbdfa #fa5bbd #bdfa5b

Analogous Colors of #5bbdfa

#5bbdfa #5b6efa #5bfae8

Monochromatic Colors of #5bbdfa

#5bbdfa

Complementary Color

#5bbdfa #fa985b

#5bbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbdfa Color CSS Codes

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

#5bbdfa Text Font Color

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

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


#5bbdfa Background Color

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

This div background color is #5bbdfa


#5bbdfa Border Color

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

This div border color is #5bbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbdfa


Comments

No comments written yet.

Please login to write comment.