Color Hex Logo

#5bcaf7 Color Hex

#5BCAF7
(91,202,247)
0 Favorites   0 Comments

Color spaces of #5bcaf7

RGB 91202247
HSL0.550.910.66
HSV197°63°97°
CMYK 0.630.180.00   0.03
XYZ42.223451.180695.6491
Yxy51.18060.22330.2707
Hunter Lab71.5406-19.8451-29.1917
CIE-Lab76.7883-18.4374-31.5650

#5bcaf7 color RGB value is (91,202,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11110111
Octal 133 312 367
Decimal 91 202 247
Hex 5B CA F7

RGB Percentages of Color #5bcaf7

%16.85
%37.41
%45.74

CMYK Percentages of Color #5bcaf7

%63
%18
%0
%3

Triadic Colors of #5bcaf7

#5bcaf7 #f75bca #caf75b

Analogous Colors of #5bcaf7

#5bcaf7 #5b7cf7 #5bf7d6

Monochromatic Colors of #5bcaf7

#5bcaf7

Complementary Color

#5bcaf7 #f7885b

#5bcaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcaf7 Color CSS Codes

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

#5bcaf7 Text Font Color

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

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


#5bcaf7 Background Color

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

This div background color is #5bcaf7


#5bcaf7 Border Color

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

This div border color is #5bcaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.