Color Hex Logo

#5dd3cf Color Hex

#5DD3CF
(93,211,207)
0 Favorites   0 Comments

Color spaces of #5dd3cf

RGB 93211207
HSL0.490.570.60
HSV178°56°83°
CMYK 0.560.000.02   0.17
XYZ39.071053.420767.2835
Yxy53.42070.24450.3343
Hunter Lab73.0895-32.4869-3.4176
CIE-Lab78.1227-33.9305-8.0710

#5dd3cf color RGB value is (93,211,207).

#5dd3cf hex color red value is 93, green value is 211 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5dd3cf hue: 0.49 , saturation: 0.57 and the lightness value of 5dd3cf is 0.60.

The process color (four color CMYK) of #5dd3cf color hex is 0.56, 0.00, 0.02, 0.17. Web safe color of #5dd3cf is #66cccc. Color #5dd3cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11010011 11001111
Octal 135 323 317
Decimal 93 211 207
Hex 5D D3 CF

RGB Percentages of Color #5dd3cf

%18.20
%41.29
%40.51

CMYK Percentages of Color #5dd3cf

%56
%0
%2
%17

Triadic Colors of #5dd3cf

#5dd3cf #cf5dd3 #d3cf5d

Analogous Colors of #5dd3cf

#5dd3cf #5d9cd3 #5dd394

Monochromatic Colors of #5dd3cf

#5dd3cf

Complementary Color

#5dd3cf #d35d61

#5dd3cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dd3cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dd3cf Color CSS Codes

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

#5dd3cf Text Font Color

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

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


#5dd3cf Background Color

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

This div background color is #5dd3cf


#5dd3cf Border Color

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

This div border color is #5dd3cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dd3cf


Comments

No comments written yet.

Please login to write comment.