Color Hex Logo

#5dcdce Color Hex

#5DCDCE
(93,205,206)
0 Favorites   0 Comments

Color spaces of #5dcdce

RGB 93205206
HSL0.500.540.59
HSV181°55°81°
CMYK 0.550.000.00   0.19
XYZ37.486150.446066.1539
Yxy50.44600.24330.3274
Hunter Lab71.0253-30.0848-5.5057
CIE-Lab76.3422-31.3523-10.1822

#5dcdce color RGB value is (93,205,206).

#5dcdce hex color red value is 93, green value is 205 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5dcdce hue: 0.50 , saturation: 0.54 and the lightness value of 5dcdce is 0.59.

The process color (four color CMYK) of #5dcdce color hex is 0.55, 0.00, 0.00, 0.19. Web safe color of #5dcdce is #66cccc. Color #5dcdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001101 11001110
Octal 135 315 316
Decimal 93 205 206
Hex 5D CD CE

RGB Percentages of Color #5dcdce

%18.45
%40.67
%40.87

CMYK Percentages of Color #5dcdce

%55
%0
%0
%19

Triadic Colors of #5dcdce

#5dcdce #ce5dcd #cdce5d

Analogous Colors of #5dcdce

#5dcdce #5d95ce #5dce97

Monochromatic Colors of #5dcdce

#5dcdce

Complementary Color

#5dcdce #ce5e5d

#5dcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcdce Color CSS Codes

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

#5dcdce Text Font Color

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

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


#5dcdce Background Color

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

This div background color is #5dcdce


#5dcdce Border Color

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

This div border color is #5dcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcdce


Comments

No comments written yet.

Please login to write comment.