Color Hex Logo

#5dbbfb Color Hex

#5DBBFB
(93,187,251)
0 Favorites   0 Comments

Color spaces of #5dbbfb

RGB 93187251
HSL0.570.950.67
HSV204°63°98°
CMYK 0.630.250.00   0.02
XYZ39.697144.832897.8281
Yxy44.83280.21770.2459
Hunter Lab66.9573-11.3476-39.7557
CIE-Lab72.7817-8.9334-39.9166

#5dbbfb color RGB value is (93,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111011 11111011
Octal 135 273 373
Decimal 93 187 251
Hex 5D BB FB

RGB Percentages of Color #5dbbfb

%17.51
%35.22
%47.27

CMYK Percentages of Color #5dbbfb

%63
%25
%0
%2

Triadic Colors of #5dbbfb

#5dbbfb #fb5dbb #bbfb5d

Analogous Colors of #5dbbfb

#5dbbfb #5d6cfb #5dfbec

Monochromatic Colors of #5dbbfb

#5dbbfb

Complementary Color

#5dbbfb #fb9d5d

#5dbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbbfb Color CSS Codes

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

#5dbbfb Text Font Color

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

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


#5dbbfb Background Color

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

This div background color is #5dbbfb


#5dbbfb Border Color

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

This div border color is #5dbbfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,187,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbbfb


Comments

No comments written yet.

Please login to write comment.