Color Hex Logo

#5bcafd Color Hex

#5BCAFD
(91,202,253)
0 Favorites   0 Comments

Color spaces of #5bcafd

RGB 91202253
HSL0.550.980.67
HSV199°64°99°
CMYK 0.640.200.00   0.01
XYZ43.164551.5571100.6050
Yxy51.55710.22100.2640
Hunter Lab71.8033-18.3505-32.8101
CIE-Lab77.0152-16.6021-34.4263

#5bcafd color RGB value is (91,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11111101
Octal 133 312 375
Decimal 91 202 253
Hex 5B CA FD

RGB Percentages of Color #5bcafd

%16.67
%37.00
%46.34

CMYK Percentages of Color #5bcafd

%64
%20
%0
%1

Triadic Colors of #5bcafd

#5bcafd #fd5bca #cafd5b

Analogous Colors of #5bcafd

#5bcafd #5b79fd #5bfddf

Monochromatic Colors of #5bcafd

#5bcafd

Complementary Color

#5bcafd #fd8e5b

#5bcafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcafd Color CSS Codes

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

#5bcafd Text Font Color

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

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


#5bcafd Background Color

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

This div background color is #5bcafd


#5bcafd Border Color

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

This div border color is #5bcafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcafd


Comments

No comments written yet.

Please login to write comment.