Color Hex Logo

#5bccfa Color Hex

#5BCCFA
(91,204,250)
0 Favorites   0 Comments

Color spaces of #5bccfa

RGB 91204250
HSL0.550.940.67
HSV197°64°98°
CMYK 0.640.180.00   0.02
XYZ43.162652.312098.2648
Yxy52.31200.22280.2700
Hunter Lab72.3270-20.0489-29.9235
CIE-Lab77.4670-18.5550-32.1251

#5bccfa color RGB value is (91,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 11111010
Octal 133 314 372
Decimal 91 204 250
Hex 5B CC FA

RGB Percentages of Color #5bccfa

%16.70
%37.43
%45.87

CMYK Percentages of Color #5bccfa

%64
%18
%0
%2

Triadic Colors of #5bccfa

#5bccfa #fa5bcc #ccfa5b

Analogous Colors of #5bccfa

#5bccfa #5b7dfa #5bfad9

Monochromatic Colors of #5bccfa

#5bccfa

Complementary Color

#5bccfa #fa895b

#5bccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccfa Color CSS Codes

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

#5bccfa Text Font Color

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

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


#5bccfa Background Color

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

This div background color is #5bccfa


#5bccfa Border Color

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

This div border color is #5bccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.