Color Hex Logo

#5eee7d Color Hex

#5EEE7D
(94,238,125)
0 Favorites   0 Comments

Color spaces of #5eee7d

RGB 94238125
HSL0.370.810.65
HSV133°61°93°
CMYK 0.610.000.47   0.07
XYZ38.892365.009429.9003
Yxy65.00940.29070.4859
Hunter Lab80.6284-54.997634.4527
CIE-Lab84.4886-61.937243.2586

#5eee7d color RGB value is (94,238,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101110 01111101
Octal 136 356 175
Decimal 94 238 125
Hex 5E EE 7D

RGB Percentages of Color #5eee7d

%20.57
%52.08
%27.35

CMYK Percentages of Color #5eee7d

%61
%0
%47
%7

Triadic Colors of #5eee7d

#5eee7d #7d5eee #ee7d5e

Analogous Colors of #5eee7d

#5eee7d #5eeec5 #87ee5e

Monochromatic Colors of #5eee7d

#5eee7d

Complementary Color

#5eee7d #ee5ecf

#5eee7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eee7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eee7d Color CSS Codes

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

#5eee7d Text Font Color

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

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


#5eee7d Background Color

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

This div background color is #5eee7d


#5eee7d Border Color

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

This div border color is #5eee7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eee7d


Comments

No comments written yet.

Please login to write comment.