Color Hex Logo

#5de56c Color Hex

#5DE56C
(93,229,108)
0 Favorites   0 Comments

Color spaces of #5de56c

RGB 93229108
HSL0.350.720.63
HSV127°59°90°
CMYK 0.590.000.53   0.10
XYZ35.240359.448523.8047
Yxy59.44850.29740.5017
Hunter Lab77.1029-53.345535.6668
CIE-Lab81.5375-61.219747.6837

#5de56c color RGB value is (93,229,108).

#5de56c hex color red value is 93, green value is 229 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #5de56c hue: 0.35 , saturation: 0.72 and the lightness value of 5de56c is 0.63.

The process color (four color CMYK) of #5de56c color hex is 0.59, 0.00, 0.53, 0.10. Web safe color of #5de56c is #66cc66. Color #5de56c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100101 01101100
Octal 135 345 154
Decimal 93 229 108
Hex 5D E5 6C

RGB Percentages of Color #5de56c

%21.63
%53.26
%25.12

CMYK Percentages of Color #5de56c

%59
%0
%53
%10

Triadic Colors of #5de56c

#5de56c #6c5de5 #e56c5d

Analogous Colors of #5de56c

#5de56c #5de5b0 #92e55d

Monochromatic Colors of #5de56c

#5de56c

Complementary Color

#5de56c #e55dd6

#5de56c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de56c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de56c Color CSS Codes

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

#5de56c Text Font Color

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

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


#5de56c Background Color

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

This div background color is #5de56c


#5de56c Border Color

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

This div border color is #5de56c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de56c


Comments

No comments written yet.

Please login to write comment.