Color Hex Logo

#5dfded Color Hex

#5DFDED
(93,253,237)
0 Favorites   0 Comments

Color spaces of #5dfded

RGB 93253237
HSL0.480.980.68
HSV174°63°99°
CMYK 0.630.000.06   0.01
XYZ54.925578.692192.4150
Yxy78.69210.24300.3481
Hunter Lab88.7086-44.71850.3287
CIE-Lab91.0948-45.1473-4.7149

#5dfded color RGB value is (93,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 11101101
Octal 135 375 355
Decimal 93 253 237
Hex 5D FD ED

RGB Percentages of Color #5dfded

%15.95
%43.40
%40.65

CMYK Percentages of Color #5dfded

%63
%0
%6
%1

Triadic Colors of #5dfded

#5dfded #ed5dfd #fded5d

Analogous Colors of #5dfded

#5dfded #5dbdfd #5dfd9d

Monochromatic Colors of #5dfded

#5dfded

Complementary Color

#5dfded #fd5d6d

#5dfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfded Color CSS Codes

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

#5dfded Text Font Color

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

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


#5dfded Background Color

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

This div background color is #5dfded


#5dfded Border Color

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

This div border color is #5dfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfded

Related Colors


Comments

No comments written yet.

Please login to write comment.