Color Hex Logo

#5dee9c Color Hex

#5DEE9C
(93,238,156)
0 Favorites   0 Comments

Color spaces of #5dee9c

RGB 93238156
HSL0.410.810.65
HSV146°61°93°
CMYK 0.610.000.34   0.07
XYZ41.089565.876542.0023
Yxy65.87650.27580.4422
Hunter Lab81.1643-51.671926.1326
CIE-Lab84.9334-56.991828.4321

#5dee9c color RGB value is (93,238,156).

#5dee9c hex color red value is 93, green value is 238 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #5dee9c hue: 0.41 , saturation: 0.81 and the lightness value of 5dee9c is 0.65.

The process color (four color CMYK) of #5dee9c color hex is 0.61, 0.00, 0.34, 0.07. Web safe color of #5dee9c is #66ff99. Color #5dee9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11101110 10011100
Octal 135 356 234
Decimal 93 238 156
Hex 5D EE 9C

RGB Percentages of Color #5dee9c

%19.10
%48.87
%32.03

CMYK Percentages of Color #5dee9c

%61
%0
%34
%7

Triadic Colors of #5dee9c

#5dee9c #9c5dee #ee9c5d

Analogous Colors of #5dee9c

#5dee9c #5deee5 #67ee5d

Monochromatic Colors of #5dee9c

#5dee9c

Complementary Color

#5dee9c #ee5daf

#5dee9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dee9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dee9c Color CSS Codes

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

#5dee9c Text Font Color

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

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


#5dee9c Background Color

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

This div background color is #5dee9c


#5dee9c Border Color

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

This div border color is #5dee9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dee9c


Comments

No comments written yet.

Please login to write comment.