Color Hex Logo

#5dfedf Color Hex

#5DFEDF
(93,254,223)
0 Favorites   0 Comments

Color spaces of #5dfedf

RGB 93254223
HSL0.470.990.68
HSV168°63°100°
CMYK 0.630.000.12   0.00
XYZ53.275378.538582.1636
Yxy78.53850.24900.3670
Hunter Lab88.6219-47.78277.0661
CIE-Lab91.0251-49.06012.4428

#5dfedf color RGB value is (93,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111110 11011111
Octal 135 376 337
Decimal 93 254 223
Hex 5D FE DF

RGB Percentages of Color #5dfedf

%16.32
%44.56
%39.12

CMYK Percentages of Color #5dfedf

%63
%0
%12
%0

Triadic Colors of #5dfedf

#5dfedf #df5dfe #fedf5d

Analogous Colors of #5dfedf

#5dfedf #5dcdfe #5dfe8f

Monochromatic Colors of #5dfedf

#5dfedf

Complementary Color

#5dfedf #fe5d7c

#5dfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfedf Color CSS Codes

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

#5dfedf Text Font Color

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

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


#5dfedf Background Color

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

This div background color is #5dfedf


#5dfedf Border Color

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

This div border color is #5dfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfedf


Comments

No comments written yet.

Please login to write comment.