Color Hex Logo

#5ed975 Color Hex

#5ED975
(94,217,117)
0 Favorites   0 Comments

Color spaces of #5ed975

RGB 94217117
HSL0.360.620.61
HSV131°57°85°
CMYK 0.570.000.46   0.15
XYZ32.639853.289725.3953
Yxy53.28970.29320.4787
Hunter Lab72.9998-47.938430.4739
CIE-Lab78.0457-55.231239.0375

#5ed975 color RGB value is (94,217,117).

#5ed975 hex color red value is 94, green value is 217 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #5ed975 hue: 0.36 , saturation: 0.62 and the lightness value of 5ed975 is 0.61.

The process color (four color CMYK) of #5ed975 color hex is 0.57, 0.00, 0.46, 0.15. Web safe color of #5ed975 is #66cc66. Color #5ed975 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011001 01110101
Octal 136 331 165
Decimal 94 217 117
Hex 5E D9 75

RGB Percentages of Color #5ed975

%21.96
%50.70
%27.34

CMYK Percentages of Color #5ed975

%57
%0
%46
%15

Triadic Colors of #5ed975

#5ed975 #755ed9 #d9755e

Analogous Colors of #5ed975

#5ed975 #5ed9b3 #85d95e

Monochromatic Colors of #5ed975

#5ed975

Complementary Color

#5ed975 #d95ec2

#5ed975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed975 Color CSS Codes

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

#5ed975 Text Font Color

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

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


#5ed975 Background Color

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

This div background color is #5ed975


#5ed975 Border Color

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

This div border color is #5ed975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed975


Comments

No comments written yet.

Please login to write comment.