Color Hex Logo

#5dbbfd Color Hex

#5DBBFD
(93,187,253)
0 Favorites   0 Comments

Color spaces of #5dbbfd

RGB 93187253
HSL0.570.980.68
HSV205°63°99°
CMYK 0.630.260.00   0.01
XYZ40.014144.959799.4976
Yxy44.95970.21690.2437
Hunter Lab67.0520-10.8189-41.0433
CIE-Lab72.8654-8.3019-40.8639

#5dbbfd color RGB value is (93,187,253).

#5dbbfd hex color red value is 93, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5dbbfd hue: 0.57 , saturation: 0.98 and the lightness value of 5dbbfd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 11111101
Octal 135 273 375
Decimal 93 187 253
Hex 5D BB FD

RGB Percentages of Color #5dbbfd

%17.45
%35.08
%47.47

CMYK Percentages of Color #5dbbfd

%63
%26
%0
%1

Triadic Colors of #5dbbfd

#5dbbfd #fd5dbb #bbfd5d

Analogous Colors of #5dbbfd

#5dbbfd #5d6bfd #5dfdef

Monochromatic Colors of #5dbbfd

#5dbbfd

Complementary Color

#5dbbfd #fd9f5d

#5dbbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbbfd Color CSS Codes

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

#5dbbfd Text Font Color

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

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


#5dbbfd Background Color

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

This div background color is #5dbbfd


#5dbbfd Border Color

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

This div border color is #5dbbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbbfd


Comments

No comments written yet.

Please login to write comment.