Color Hex Logo

#5db8fb Color Hex

#5DB8FB
(93,184,251)
0 Favorites   0 Comments

Color spaces of #5db8fb

RGB 93184251
HSL0.570.950.67
HSV205°63°98°
CMYK 0.630.270.00   0.02
XYZ39.067343.573297.6182
Yxy43.57320.21670.2417
Hunter Lab66.0100-9.8742-41.4734
CIE-Lab71.9423-7.3025-41.2256

#5db8fb color RGB value is (93,184,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111000 11111011
Octal 135 270 373
Decimal 93 184 251
Hex 5D B8 FB

RGB Percentages of Color #5db8fb

%17.61
%34.85
%47.54

CMYK Percentages of Color #5db8fb

%63
%27
%0
%2

Triadic Colors of #5db8fb

#5db8fb #fb5db8 #b8fb5d

Analogous Colors of #5db8fb

#5db8fb #5d69fb #5dfbef

Monochromatic Colors of #5db8fb

#5db8fb

Complementary Color

#5db8fb #fba05d

#5db8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5db8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5db8fb Color CSS Codes

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

#5db8fb Text Font Color

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

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


#5db8fb Background Color

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

This div background color is #5db8fb


#5db8fb Border Color

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

This div border color is #5db8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5db8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.