Color Hex Logo

#5dfbfe Color Hex

#5DFBFE
(93,251,254)
0 Favorites   0 Comments

Color spaces of #5dfbfe

RGB 93251254
HSL0.500.990.68
HSV181°63°100°
CMYK 0.630.010.00   0.00
XYZ56.900878.4773105.9146
Yxy78.47730.23580.3252
Hunter Lab88.5874-40.3752-8.8756
CIE-Lab90.9973-39.7930-13.6877

#5dfbfe color RGB value is (93,251,254).

#5dfbfe hex color red value is 93, green value is 251 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5dfbfe hue: 0.50 , saturation: 0.99 and the lightness value of 5dfbfe is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111011 11111110
Octal 135 373 376
Decimal 93 251 254
Hex 5D FB FE

RGB Percentages of Color #5dfbfe

%15.55
%41.97
%42.47

CMYK Percentages of Color #5dfbfe

%63
%1
%0
%0

Triadic Colors of #5dfbfe

#5dfbfe #fe5dfb #fbfe5d

Analogous Colors of #5dfbfe

#5dfbfe #5dabfe #5dfeb1

Monochromatic Colors of #5dfbfe

#5dfbfe

Complementary Color

#5dfbfe #fe605d

#5dfbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfbfe Color CSS Codes

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

#5dfbfe Text Font Color

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

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


#5dfbfe Background Color

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

This div background color is #5dfbfe


#5dfbfe Border Color

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

This div border color is #5dfbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.