Color Hex Logo

#5de66f Color Hex

#5DE66F
(93,230,111)
0 Favorites   0 Comments

Color spaces of #5de66f

RGB 93230111
HSL0.360.730.63
HSV128°60°90°
CMYK 0.600.000.52   0.10
XYZ35.680360.068524.7528
Yxy60.06850.29610.4985
Hunter Lab77.5039-53.456135.3170
CIE-Lab81.8754-61.187446.6875

#5de66f color RGB value is (93,230,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11100110 01101111
Octal 135 346 157
Decimal 93 230 111
Hex 5D E6 6F

RGB Percentages of Color #5de66f

%21.43
%53.00
%25.58

CMYK Percentages of Color #5de66f

%60
%0
%52
%10

Triadic Colors of #5de66f

#5de66f #6f5de6 #e66f5d

Analogous Colors of #5de66f

#5de66f #5de6b4 #90e65d

Monochromatic Colors of #5de66f

#5de66f

Complementary Color

#5de66f #e65dd4

#5de66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5de66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5de66f Color CSS Codes

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

#5de66f Text Font Color

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

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


#5de66f Background Color

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

This div background color is #5de66f


#5de66f Border Color

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

This div border color is #5de66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5de66f


Comments

No comments written yet.

Please login to write comment.