Color Hex Logo

#5dcddf Color Hex

#5DCDDF
(93,205,223)
0 Favorites   0 Comments

Color spaces of #5dcddf

RGB 93205223
HSL0.520.670.62
HSV188°58°87°
CMYK 0.580.080.00   0.13
XYZ39.664851.317577.6268
Yxy51.31750.23520.3044
Hunter Lab71.6362-26.5284-14.1028
CIE-Lab76.8709-26.6609-18.5459

#5dcddf color RGB value is (93,205,223).

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

The process color (four color CMYK) of #5dcddf color hex is 0.58, 0.08, 0.00, 0.13. Web safe color of #5dcddf is #66cccc. Color #5dcddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 11011111
Octal 135 315 337
Decimal 93 205 223
Hex 5D CD DF

RGB Percentages of Color #5dcddf

%17.85
%39.35
%42.80

CMYK Percentages of Color #5dcddf

%58
%8
%0
%13

Triadic Colors of #5dcddf

#5dcddf #df5dcd #cddf5d

Analogous Colors of #5dcddf

#5dcddf #5d8cdf #5ddfb0

Monochromatic Colors of #5dcddf

#5dcddf

Complementary Color

#5dcddf #df6f5d

#5dcddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcddf Color CSS Codes

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

#5dcddf Text Font Color

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

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


#5dcddf Background Color

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

This div background color is #5dcddf


#5dcddf Border Color

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

This div border color is #5dcddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcddf


Comments

No comments written yet.

Please login to write comment.