Color Hex Logo

#5bbefd Color Hex

#5BBEFD
(91,190,253)
0 Favorites   0 Comments

Color spaces of #5bbefd

RGB 91190253
HSL0.560.980.67
HSV203°64°99°
CMYK 0.640.250.00   0.01
XYZ40.457546.142999.7026
Yxy46.14290.21720.2477
Hunter Lab67.9286-12.5624-39.4733
CIE-Lab73.6382-10.2539-39.6647

#5bbefd color RGB value is (91,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111110 11111101
Octal 133 276 375
Decimal 91 190 253
Hex 5B BE FD

RGB Percentages of Color #5bbefd

%17.04
%35.58
%47.38

CMYK Percentages of Color #5bbefd

%64
%25
%0
%1

Triadic Colors of #5bbefd

#5bbefd #fd5bbe #befd5b

Analogous Colors of #5bbefd

#5bbefd #5b6dfd #5bfdeb

Monochromatic Colors of #5bbefd

#5bbefd

Complementary Color

#5bbefd #fd9a5b

#5bbefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbefd Color CSS Codes

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

#5bbefd Text Font Color

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

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


#5bbefd Background Color

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

This div background color is #5bbefd


#5bbefd Border Color

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

This div border color is #5bbefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbefd


Comments

No comments written yet.

Please login to write comment.