Color Hex Logo

#5ed319 Color Hex

#5ED319
(94,211,25)
0 Favorites   0 Comments

Color spaces of #5ed319

RGB 9421125
HSL0.270.790.46
HSV98°88°83°
CMYK 0.550.000.88   0.17
XYZ28.085849.03848.9048
Yxy49.03840.32650.5700
Hunter Lab70.0274-50.957241.4798
CIE-Lab75.4752-61.257670.9029

#5ed319 color RGB value is (94,211,25).

#5ed319 hex color red value is 94, green value is 211 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #5ed319 hue: 0.27 , saturation: 0.79 and the lightness value of 5ed319 is 0.46.

The process color (four color CMYK) of #5ed319 color hex is 0.55, 0.00, 0.88, 0.17. Web safe color of #5ed319 is #66cc00. Color #5ed319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010011 00011001
Octal 136 323 31
Decimal 94 211 25
Hex 5E D3 19

RGB Percentages of Color #5ed319

%28.48
%63.94
%7.58

CMYK Percentages of Color #5ed319

%55
%0
%88
%17

Triadic Colors of #5ed319

#5ed319 #195ed3 #d3195e

Analogous Colors of #5ed319

#5ed319 #19d331 #bbd319

Monochromatic Colors of #5ed319

#5ed319

Complementary Color

#5ed319 #8e19d3

#5ed319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed319 Color CSS Codes

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

#5ed319 Text Font Color

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

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


#5ed319 Background Color

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

This div background color is #5ed319


#5ed319 Border Color

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

This div border color is #5ed319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed319


Comments

No comments written yet.

Please login to write comment.