Color Hex Logo

#5bbafa Color Hex

#5BBAFA
(91,186,250)
0 Favorites   0 Comments

Color spaces of #5bbafa

RGB 91186250
HSL0.570.940.67
HSV204°64°98°
CMYK 0.640.260.00   0.02
XYZ39.128644.244196.9201
Yxy44.24410.21700.2454
Hunter Lab66.5162-11.3997-39.8295
CIE-Lab72.3914-9.0437-39.9906

#5bbafa color RGB value is (91,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111010 11111010
Octal 133 272 372
Decimal 91 186 250
Hex 5B BA FA

RGB Percentages of Color #5bbafa

%17.27
%35.29
%47.44

CMYK Percentages of Color #5bbafa

%64
%26
%0
%2

Triadic Colors of #5bbafa

#5bbafa #fa5bba #bafa5b

Analogous Colors of #5bbafa

#5bbafa #5b6bfa #5bfaeb

Monochromatic Colors of #5bbafa

#5bbafa

Complementary Color

#5bbafa #fa9b5b

#5bbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbafa Color CSS Codes

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

#5bbafa Text Font Color

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

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


#5bbafa Background Color

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

This div background color is #5bbafa


#5bbafa Border Color

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

This div border color is #5bbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbafa

Related Colors


Comments

No comments written yet.

Please login to write comment.