Color Hex Logo

#5dfdfb Color Hex

#5DFDFB
(93,253,251)
0 Favorites   0 Comments

Color spaces of #5dfdfb

RGB 93253251
HSL0.500.980.68
HSV179°63°99°
CMYK 0.630.000.01   0.01
XYZ57.052179.5428103.6131
Yxy79.54280.23750.3311
Hunter Lab89.1868-41.8918-6.4497
CIE-Lab91.4793-41.4977-11.4107

#5dfdfb color RGB value is (93,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 11111011
Octal 135 375 373
Decimal 93 253 251
Hex 5D FD FB

RGB Percentages of Color #5dfdfb

%15.58
%42.38
%42.04

CMYK Percentages of Color #5dfdfb

%63
%0
%1
%1

Triadic Colors of #5dfdfb

#5dfdfb #fb5dfd #fdfb5d

Analogous Colors of #5dfdfb

#5dfdfb #5daffd #5dfdab

Monochromatic Colors of #5dfdfb

#5dfdfb

Complementary Color

#5dfdfb #fd5d5f

#5dfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdfb Color CSS Codes

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

#5dfdfb Text Font Color

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

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


#5dfdfb Background Color

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

This div background color is #5dfdfb


#5dfdfb Border Color

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

This div border color is #5dfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.