Color Hex Logo

#5ddccd Color Hex

#5DDCCD
(93,220,205)
0 Favorites   0 Comments

Color spaces of #5ddccd

RGB 93220205
HSL0.480.640.61
HSV173°58°86°
CMYK 0.580.000.07   0.14
XYZ41.126857.921366.7699
Yxy57.92130.24800.3493
Hunter Lab76.1060-36.72631.2575
CIE-Lab80.6950-38.6086-3.2015

#5ddccd color RGB value is (93,220,205).

#5ddccd hex color red value is 93, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5ddccd hue: 0.48 , saturation: 0.64 and the lightness value of 5ddccd is 0.61.

The process color (four color CMYK) of #5ddccd color hex is 0.58, 0.00, 0.07, 0.14. Web safe color of #5ddccd is #66cccc. Color #5ddccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011100 11001101
Octal 135 334 315
Decimal 93 220 205
Hex 5D DC CD

RGB Percentages of Color #5ddccd

%17.95
%42.47
%39.58

CMYK Percentages of Color #5ddccd

%58
%0
%7
%14

Triadic Colors of #5ddccd

#5ddccd #cd5ddc #dccd5d

Analogous Colors of #5ddccd

#5ddccd #5dacdc #5ddc8e

Monochromatic Colors of #5ddccd

#5ddccd

Complementary Color

#5ddccd #dc5d6c

#5ddccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddccd Color CSS Codes

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

#5ddccd Text Font Color

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

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


#5ddccd Background Color

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

This div background color is #5ddccd


#5ddccd Border Color

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

This div border color is #5ddccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddccd


Comments

No comments written yet.

Please login to write comment.