Color Hex Logo

#5dfedd Color Hex

#5DFEDD
(93,254,221)
0 Favorites   0 Comments

Color spaces of #5dfedd

RGB 93254221
HSL0.470.990.68
HSV168°63°100°
CMYK 0.630.000.13   0.00
XYZ53.007278.431280.7516
Yxy78.43120.24980.3696
Hunter Lab88.5614-48.14377.9315
CIE-Lab90.9763-49.54263.4078

#5dfedd color RGB value is (93,254,221).

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

The process color (four color CMYK) of #5dfedd color hex is 0.63, 0.00, 0.13, 0.00. Web safe color of #5dfedd is #66ffcc. Color #5dfedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 11011101
Octal 135 376 335
Decimal 93 254 221
Hex 5D FE DD

RGB Percentages of Color #5dfedd

%16.37
%44.72
%38.91

CMYK Percentages of Color #5dfedd

%63
%0
%13
%0

Triadic Colors of #5dfedd

#5dfedd #dd5dfe #fedd5d

Analogous Colors of #5dfedd

#5dfedd #5dcffe #5dfe8d

Monochromatic Colors of #5dfedd

#5dfedd

Complementary Color

#5dfedd #fe5d7e

#5dfedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfedd Color CSS Codes

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

#5dfedd Text Font Color

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

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


#5dfedd Background Color

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

This div background color is #5dfedd


#5dfedd Border Color

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

This div border color is #5dfedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfedd

Related Colors


Comments

No comments written yet.

Please login to write comment.