Color Hex Logo

#5dddce Color Hex

#5DDDCE
(93,221,206)
0 Favorites   0 Comments

Color spaces of #5dddce

RGB 93221206
HSL0.480.650.62
HSV173°58°87°
CMYK 0.580.000.07   0.13
XYZ41.511258.496367.4956
Yxy58.49630.24780.3492
Hunter Lab76.4829-36.96391.2150
CIE-Lab81.0139-38.8087-3.2650

#5dddce color RGB value is (93,221,206).

#5dddce hex color red value is 93, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5dddce hue: 0.48 , saturation: 0.65 and the lightness value of 5dddce is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011101 11001110
Octal 135 335 316
Decimal 93 221 206
Hex 5D DD CE

RGB Percentages of Color #5dddce

%17.88
%42.50
%39.62

CMYK Percentages of Color #5dddce

%58
%0
%7
%13

Triadic Colors of #5dddce

#5dddce #ce5ddd #ddce5d

Analogous Colors of #5dddce

#5dddce #5dacdd #5ddd8e

Monochromatic Colors of #5dddce

#5dddce

Complementary Color

#5dddce #dd5d6c

#5dddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dddce Color CSS Codes

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

#5dddce Text Font Color

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

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


#5dddce Background Color

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

This div background color is #5dddce


#5dddce Border Color

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

This div border color is #5dddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dddce


Comments

No comments written yet.

Please login to write comment.