Color Hex Logo

#5ddfcd Color Hex

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

Color spaces of #5ddfcd

RGB 93223205
HSL0.480.670.62
HSV172°58°87°
CMYK 0.580.000.08   0.13
XYZ41.921359.510367.0348
Yxy59.51030.24880.3532
Hunter Lab77.1429-37.99902.4789
CIE-Lab81.5713-39.9659-1.9151

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

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

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

Base Numbers

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

RGB Percentages of Color #5ddfcd

%17.85
%42.80
%39.35

CMYK Percentages of Color #5ddfcd

%58
%0
%8
%13

Triadic Colors of #5ddfcd

#5ddfcd #cd5ddf #dfcd5d

Analogous Colors of #5ddfcd

#5ddfcd #5db0df #5ddf8c

Monochromatic Colors of #5ddfcd

#5ddfcd

Complementary Color

#5ddfcd #df5d6f

#5ddfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddfcd Color CSS Codes

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

#5ddfcd Text Font Color

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

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


#5ddfcd Background Color

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

This div background color is #5ddfcd


#5ddfcd Border Color

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

This div border color is #5ddfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddfcd


Comments

No comments written yet.

Please login to write comment.