Color Hex Logo

#5de66d Color Hex

#5DE66D
(93,230,109)
0 Favorites   0 Comments

Color spaces of #5de66d

RGB 93230109
HSL0.350.730.63
HSV127°60°90°
CMYK 0.600.000.53   0.10
XYZ35.571360.024924.1792
Yxy60.02490.29700.5011
Hunter Lab77.4757-53.628135.7294
CIE-Lab81.8517-61.452947.5969

#5de66d color RGB value is (93,230,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100110 01101101
Octal 135 346 155
Decimal 93 230 109
Hex 5D E6 6D

RGB Percentages of Color #5de66d

%21.53
%53.24
%25.23

CMYK Percentages of Color #5de66d

%60
%0
%53
%10

Triadic Colors of #5de66d

#5de66d #6d5de6 #e66d5d

Analogous Colors of #5de66d

#5de66d #5de6b2 #92e65d

Monochromatic Colors of #5de66d

#5de66d

Complementary Color

#5de66d #e65dd6

#5de66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de66d Color CSS Codes

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

#5de66d Text Font Color

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

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


#5de66d Background Color

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

This div background color is #5de66d


#5de66d Border Color

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

This div border color is #5de66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de66d


Comments

No comments written yet.

Please login to write comment.