Color Hex Logo

#5ed462 Color Hex

#5ED462
(94,212,98)
0 Favorites   0 Comments

Color spaces of #5ed462

RGB 9421298
HSL0.340.580.60
HSV122°56°83°
CMYK 0.560.000.54   0.17
XYZ30.364250.348519.6731
Yxy50.34850.30250.5016
Hunter Lab70.9567-47.789433.2312
CIE-Lab76.2827-55.965646.0415

#5ed462 color RGB value is (94,212,98).

#5ed462 hex color red value is 94, green value is 212 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #5ed462 hue: 0.34 , saturation: 0.58 and the lightness value of 5ed462 is 0.60.

The process color (four color CMYK) of #5ed462 color hex is 0.56, 0.00, 0.54, 0.17. Web safe color of #5ed462 is #66cc66. Color #5ed462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010100 01100010
Octal 136 324 142
Decimal 94 212 98
Hex 5E D4 62

RGB Percentages of Color #5ed462

%23.27
%52.48
%24.26

CMYK Percentages of Color #5ed462

%56
%0
%54
%17

Triadic Colors of #5ed462

#5ed462 #625ed4 #d4625e

Analogous Colors of #5ed462

#5ed462 #5ed49d #95d45e

Monochromatic Colors of #5ed462

#5ed462

Complementary Color

#5ed462 #d45ed0

#5ed462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed462 Color CSS Codes

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

#5ed462 Text Font Color

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

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


#5ed462 Background Color

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

This div background color is #5ed462


#5ed462 Border Color

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

This div border color is #5ed462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed462


Comments

No comments written yet.

Please login to write comment.