Color Hex Logo

#5dcedc Color Hex

#5DCEDC
(93,206,220)
0 Favorites   0 Comments

Color spaces of #5dcedc

RGB 93206220
HSL0.520.640.61
HSV187°58°86°
CMYK 0.580.060.00   0.14
XYZ39.503851.637175.5950
Yxy51.63710.23690.3097
Hunter Lab71.8590-27.6244-12.0713
CIE-Lab77.0633-27.9965-16.6415

#5dcedc color RGB value is (93,206,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001110 11011100
Octal 135 316 334
Decimal 93 206 220
Hex 5D CE DC

RGB Percentages of Color #5dcedc

%17.92
%39.69
%42.39

CMYK Percentages of Color #5dcedc

%58
%6
%0
%14

Triadic Colors of #5dcedc

#5dcedc #dc5dce #cedc5d

Analogous Colors of #5dcedc

#5dcedc #5d8fdc #5ddcab

Monochromatic Colors of #5dcedc

#5dcedc

Complementary Color

#5dcedc #dc6b5d

#5dcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcedc Color CSS Codes

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

#5dcedc Text Font Color

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

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


#5dcedc Background Color

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

This div background color is #5dcedc


#5dcedc Border Color

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

This div border color is #5dcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcedc


Comments

No comments written yet.

Please login to write comment.