Color Hex Logo

#5dbffa Color Hex

#5DBFFA
(93,191,250)
0 Favorites   0 Comments

Color spaces of #5dbffa

RGB 93191250
HSL0.560.940.67
HSV203°63°98°
CMYK 0.630.240.00   0.02
XYZ40.400346.490997.2868
Yxy46.49090.21940.2524
Hunter Lab68.1842-13.5582-36.8673
CIE-Lab73.8629-11.4001-37.6957

#5dbffa color RGB value is (93,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10111111 11111010
Octal 135 277 372
Decimal 93 191 250
Hex 5D BF FA

RGB Percentages of Color #5dbffa

%17.42
%35.77
%46.82

CMYK Percentages of Color #5dbffa

%63
%24
%0
%2

Triadic Colors of #5dbffa

#5dbffa #fa5dbf #bffa5d

Analogous Colors of #5dbffa

#5dbffa #5d71fa #5dfae7

Monochromatic Colors of #5dbffa

#5dbffa

Complementary Color

#5dbffa #fa985d

#5dbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dbffa Color CSS Codes

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

#5dbffa Text Font Color

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

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


#5dbffa Background Color

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

This div background color is #5dbffa


#5dbffa Border Color

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

This div border color is #5dbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dbffa


Comments

No comments written yet.

Please login to write comment.