Color Hex Logo

#5bcafb Color Hex

#5BCAFB
(91,202,251)
0 Favorites   0 Comments

Color spaces of #5bcafb

RGB 91202251
HSL0.550.950.67
HSV198°64°98°
CMYK 0.640.200.00   0.02
XYZ42.847551.430298.9355
Yxy51.43020.22180.2662
Hunter Lab71.7149-18.8525-31.5942
CIE-Lab76.9389-17.2160-33.4744

#5bcafb color RGB value is (91,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11111011
Octal 133 312 373
Decimal 91 202 251
Hex 5B CA FB

RGB Percentages of Color #5bcafb

%16.73
%37.13
%46.14

CMYK Percentages of Color #5bcafb

%64
%20
%0
%2

Triadic Colors of #5bcafb

#5bcafb #fb5bca #cafb5b

Analogous Colors of #5bcafb

#5bcafb #5b7afb #5bfbdc

Monochromatic Colors of #5bcafb

#5bcafb

Complementary Color

#5bcafb #fb8c5b

#5bcafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcafb Color CSS Codes

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

#5bcafb Text Font Color

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

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


#5bcafb Background Color

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

This div background color is #5bcafb


#5bcafb Border Color

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

This div border color is #5bcafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcafb


Comments

No comments written yet.

Please login to write comment.