Color Hex Logo

#5ddebc Color Hex

#5DDEBC
(93,222,188)
0 Favorites   0 Comments

Color spaces of #5ddebc

RGB 93222188
HSL0.460.660.62
HSV164°58°87°
CMYK 0.580.000.15   0.13
XYZ39.712658.200556.7177
Yxy58.20050.25680.3764
Hunter Lab76.2893-40.58759.3230
CIE-Lab80.8501-43.66266.0607

#5ddebc color RGB value is (93,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11011110 10111100
Octal 135 336 274
Decimal 93 222 188
Hex 5D DE BC

RGB Percentages of Color #5ddebc

%18.49
%44.14
%37.38

CMYK Percentages of Color #5ddebc

%58
%0
%15
%13

Triadic Colors of #5ddebc

#5ddebc #bc5dde #debc5d

Analogous Colors of #5ddebc

#5ddebc #5dc0de #5dde7c

Monochromatic Colors of #5ddebc

#5ddebc

Complementary Color

#5ddebc #de5d7f

#5ddebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ddebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ddebc Color CSS Codes

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

#5ddebc Text Font Color

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

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


#5ddebc Background Color

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

This div background color is #5ddebc


#5ddebc Border Color

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

This div border color is #5ddebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ddebc


Comments

No comments written yet.

Please login to write comment.