Color Hex Logo

#5ddebd Color Hex

#5DDEBD
(93,222,189)
0 Favorites   0 Comments

Color spaces of #5ddebd

RGB 93222189
HSL0.460.660.62
HSV165°58°87°
CMYK 0.580.000.15   0.13
XYZ39.820858.243857.2875
Yxy58.24380.25630.3749
Hunter Lab76.3176-40.41868.9166
CIE-Lab80.8741-43.42705.5650

#5ddebd color RGB value is (93,222,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 10111101
Octal 135 336 275
Decimal 93 222 189
Hex 5D DE BD

RGB Percentages of Color #5ddebd

%18.45
%44.05
%37.50

CMYK Percentages of Color #5ddebd

%58
%0
%15
%13

Triadic Colors of #5ddebd

#5ddebd #bd5dde #debd5d

Analogous Colors of #5ddebd

#5ddebd #5dbfde #5dde7d

Monochromatic Colors of #5ddebd

#5ddebd

Complementary Color

#5ddebd #de5d7e

#5ddebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddebd Color CSS Codes

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

#5ddebd Text Font Color

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

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


#5ddebd Background Color

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

This div background color is #5ddebd


#5ddebd Border Color

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

This div border color is #5ddebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddebd


Comments

No comments written yet.

Please login to write comment.