Color Hex Logo

#5dfefb Color Hex

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

Color spaces of #5dfefb

RGB 93254251
HSL0.500.990.68
HSV179°63°100°
CMYK 0.630.000.01   0.00
XYZ57.368680.1758103.7186
Yxy80.17580.23780.3323
Hunter Lab89.5409-42.3323-5.9992
CIE-Lab91.7637-41.9449-10.9871

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

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

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

Base Numbers

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

RGB Percentages of Color #5dfefb

%15.55
%42.47
%41.97

CMYK Percentages of Color #5dfefb

%63
%0
%1
%0

Triadic Colors of #5dfefb

#5dfefb #fb5dfe #fefb5d

Analogous Colors of #5dfefb

#5dfefb #5db1fe #5dfeab

Monochromatic Colors of #5dfefb

#5dfefb

Complementary Color

#5dfefb #fe5d60

#5dfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfefb Color CSS Codes

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

#5dfefb Text Font Color

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

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


#5dfefb Background Color

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

This div background color is #5dfefb


#5dfefb Border Color

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

This div border color is #5dfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfefb

Related Colors


Comments

No comments written yet.

Please login to write comment.