Color Hex Logo

#5ed63d Color Hex

#5ED63D
(94,214,61)
0 Favorites   0 Comments

Color spaces of #5ed63d

RGB 9421461
HSL0.300.650.54
HSV107°71°84°
CMYK 0.560.000.71   0.16
XYZ29.505050.809712.6671
Yxy50.80970.31730.5464
Hunter Lab71.2809-50.855939.3604
CIE-Lab76.5636-60.431361.9581

#5ed63d color RGB value is (94,214,61).

#5ed63d hex color red value is 94, green value is 214 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5ed63d hue: 0.30 , saturation: 0.65 and the lightness value of 5ed63d is 0.54.

The process color (four color CMYK) of #5ed63d color hex is 0.56, 0.00, 0.71, 0.16. Web safe color of #5ed63d is #66cc33. Color #5ed63d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010110 00111101
Octal 136 326 75
Decimal 94 214 61
Hex 5E D6 3D

RGB Percentages of Color #5ed63d

%25.47
%57.99
%16.53

CMYK Percentages of Color #5ed63d

%56
%0
%71
%16

Triadic Colors of #5ed63d

#5ed63d #3d5ed6 #d63d5e

Analogous Colors of #5ed63d

#5ed63d #3dd669 #abd63d

Monochromatic Colors of #5ed63d

#5ed63d

Complementary Color

#5ed63d #b53dd6

#5ed63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed63d Color CSS Codes

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

#5ed63d Text Font Color

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

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


#5ed63d Background Color

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

This div background color is #5ed63d


#5ed63d Border Color

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

This div border color is #5ed63d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed63d


Comments

No comments written yet.

Please login to write comment.