Color Hex Logo

#5dfffb Color Hex

#5DFFFB
(93,255,251)
0 Favorites   0 Comments

Color spaces of #5dfffb

RGB 93255251
HSL0.501.000.68
HSV179°64°100°
CMYK 0.640.000.02   0.00
XYZ57.686880.8122103.8247
Yxy80.81220.23810.3335
Hunter Lab89.8956-42.7723-5.5499
CIE-Lab92.0481-42.3908-10.5639

#5dfffb color RGB value is (93,255,251).

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

The process color (four color CMYK) of #5dfffb color hex is 0.64, 0.00, 0.02, 0.00. Web safe color of #5dfffb is #66ffff. Color #5dfffb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111111 11111011
Octal 135 377 373
Decimal 93 255 251
Hex 5D FF FB

RGB Percentages of Color #5dfffb

%15.53
%42.57
%41.90

CMYK Percentages of Color #5dfffb

%64
%0
%2
%0

Triadic Colors of #5dfffb

#5dfffb #fb5dff #fffb5d

Analogous Colors of #5dfffb

#5dfffb #5db2ff #5dffaa

Monochromatic Colors of #5dfffb

#5dfffb

Complementary Color

#5dfffb #ff5d61

#5dfffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfffb Color CSS Codes

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

#5dfffb Text Font Color

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

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


#5dfffb Background Color

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

This div background color is #5dfffb


#5dfffb Border Color

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

This div border color is #5dfffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfffb

Related Colors

#5dfffb Color Palettes


Comments

No comments written yet.

Please login to write comment.