Color Hex Logo

#5dfadf Color Hex

#5DFADF
(93,250,223)
0 Favorites   0 Comments

Color spaces of #5dfadf

RGB 93250223
HSL0.470.940.67
HSV170°63°98°
CMYK 0.630.000.11   0.02
XYZ52.019176.026181.7448
Yxy76.02610.24800.3624
Hunter Lab87.1929-46.09505.4497
CIE-Lab89.8715-47.35360.7637

#5dfadf color RGB value is (93,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111010 11011111
Octal 135 372 337
Decimal 93 250 223
Hex 5D FA DF

RGB Percentages of Color #5dfadf

%16.43
%44.17
%39.40

CMYK Percentages of Color #5dfadf

%63
%0
%11
%2

Triadic Colors of #5dfadf

#5dfadf #df5dfa #fadf5d

Analogous Colors of #5dfadf

#5dfadf #5dc7fa #5dfa91

Monochromatic Colors of #5dfadf

#5dfadf

Complementary Color

#5dfadf #fa5d78

#5dfadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfadf Color CSS Codes

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

#5dfadf Text Font Color

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

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


#5dfadf Background Color

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

This div background color is #5dfadf


#5dfadf Border Color

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

This div border color is #5dfadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfadf

Related Colors


Comments

No comments written yet.

Please login to write comment.