Color Hex Logo

#5dfdda Color Hex

#5DFDDA
(93,253,218)
0 Favorites   0 Comments

Color spaces of #5dfdda

RGB 93253218
HSL0.460.980.68
HSV167°63°99°
CMYK 0.630.000.14   0.01
XYZ52.294477.639778.5594
Yxy77.63970.25080.3724
Hunter Lab88.1134-48.26058.8181
CIE-Lab90.6152-49.83934.4385

#5dfdda color RGB value is (93,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11111101 11011010
Octal 135 375 332
Decimal 93 253 218
Hex 5D FD DA

RGB Percentages of Color #5dfdda

%16.49
%44.86
%38.65

CMYK Percentages of Color #5dfdda

%63
%0
%14
%1

Triadic Colors of #5dfdda

#5dfdda #da5dfd #fdda5d

Analogous Colors of #5dfdda

#5dfdda #5dd0fd #5dfd8a

Monochromatic Colors of #5dfdda

#5dfdda

Complementary Color

#5dfdda #fd5d80

#5dfdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dfdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dfdda Color CSS Codes

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

#5dfdda Text Font Color

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

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


#5dfdda Background Color

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

This div background color is #5dfdda


#5dfdda Border Color

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

This div border color is #5dfdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dfdda


Comments

No comments written yet.

Please login to write comment.