Color Hex Logo

#5dbafa Color Hex

#5DBAFA
(93,186,250)
0 Favorites   0 Comments

Color spaces of #5dbafa

RGB 93186250
HSL0.570.940.67
HSV204°63°98°
CMYK 0.630.260.00   0.02
XYZ39.328444.347196.9295
Yxy44.34710.21780.2455
Hunter Lab66.5936-11.1215-39.6833
CIE-Lab72.4599-8.7071-39.8786

#5dbafa color RGB value is (93,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111010 11111010
Octal 135 272 372
Decimal 93 186 250
Hex 5D BA FA

RGB Percentages of Color #5dbafa

%17.58
%35.16
%47.26

CMYK Percentages of Color #5dbafa

%63
%26
%0
%2

Triadic Colors of #5dbafa

#5dbafa #fa5dba #bafa5d

Analogous Colors of #5dbafa

#5dbafa #5d6cfa #5dfaec

Monochromatic Colors of #5dbafa

#5dbafa

Complementary Color

#5dbafa #fa9d5d

#5dbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbafa Color CSS Codes

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

#5dbafa Text Font Color

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

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


#5dbafa Background Color

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

This div background color is #5dbafa


#5dbafa Border Color

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

This div border color is #5dbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbafa


Comments

No comments written yet.

Please login to write comment.