Color Hex Logo

#5bebfd Color Hex

#5BEBFD
(91,235,253)
0 Favorites   0 Comments

Color spaces of #5bebfd

RGB 91235253
HSL0.520.980.67
HSV187°64°99°
CMYK 0.640.070.00   0.01
XYZ51.752368.7327103.4676
Yxy68.73270.23110.3069
Hunter Lab82.9052-33.6582-15.9617
CIE-Lab86.3715-32.9681-20.1251

#5bebfd color RGB value is (91,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 11111101
Octal 133 353 375
Decimal 91 235 253
Hex 5B EB FD

RGB Percentages of Color #5bebfd

%15.72
%40.59
%43.70

CMYK Percentages of Color #5bebfd

%64
%7
%0
%1

Triadic Colors of #5bebfd

#5bebfd #fd5beb #ebfd5b

Analogous Colors of #5bebfd

#5bebfd #5b9afd #5bfdbe

Monochromatic Colors of #5bebfd

#5bebfd

Complementary Color

#5bebfd #fd6d5b

#5bebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebfd Color CSS Codes

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

#5bebfd Text Font Color

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

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


#5bebfd Background Color

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

This div background color is #5bebfd


#5bebfd Border Color

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

This div border color is #5bebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebfd


Comments

No comments written yet.

Please login to write comment.