Color Hex Logo

#5ddecb Color Hex

#5DDECB
(93,222,203)
0 Favorites   0 Comments

Color spaces of #5ddecb

RGB 93222203
HSL0.480.660.62
HSV171°58°87°
CMYK 0.580.000.09   0.13
XYZ41.415058.881565.6824
Yxy58.88150.24950.3548
Hunter Lab76.7343-37.94502.9634
CIE-Lab81.2264-40.0178-1.3577

#5ddecb color RGB value is (93,222,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 11001011
Octal 135 336 313
Decimal 93 222 203
Hex 5D DE CB

RGB Percentages of Color #5ddecb

%17.95
%42.86
%39.19

CMYK Percentages of Color #5ddecb

%58
%0
%9
%13

Triadic Colors of #5ddecb

#5ddecb #cb5dde #decb5d

Analogous Colors of #5ddecb

#5ddecb #5db1de #5dde8b

Monochromatic Colors of #5ddecb

#5ddecb

Complementary Color

#5ddecb #de5d70

#5ddecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddecb Color CSS Codes

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

#5ddecb Text Font Color

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

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


#5ddecb Background Color

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

This div background color is #5ddecb


#5ddecb Border Color

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

This div border color is #5ddecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddecb


Comments

No comments written yet.

Please login to write comment.