Color Hex Logo

#5edb13 Color Hex

#5EDB13
(94,219,19)
0 Favorites   0 Comments

Color spaces of #5edb13

RGB 9421919
HSL0.270.840.47
HSV98°91°86°
CMYK 0.570.000.91   0.14
XYZ30.065253.08979.2788
Yxy53.08970.32530.5744
Hunter Lab72.8627-53.855543.4535
CIE-Lab77.9279-64.182973.9330

#5edb13 color RGB value is (94,219,19).

#5edb13 hex color red value is 94, green value is 219 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #5edb13 hue: 0.27 , saturation: 0.84 and the lightness value of 5edb13 is 0.47.

The process color (four color CMYK) of #5edb13 color hex is 0.57, 0.00, 0.91, 0.14. Web safe color of #5edb13 is #66cc00. Color #5edb13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 00010011
Octal 136 333 23
Decimal 94 219 19
Hex 5E DB 13

RGB Percentages of Color #5edb13

%28.31
%65.96
%5.72

CMYK Percentages of Color #5edb13

%57
%0
%91
%14

Triadic Colors of #5edb13

#5edb13 #135edb #db135e

Analogous Colors of #5edb13

#5edb13 #13db2c #c2db13

Monochromatic Colors of #5edb13

#5edb13

Complementary Color

#5edb13 #9013db

#5edb13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edb13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edb13 Color CSS Codes

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

#5edb13 Text Font Color

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

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


#5edb13 Background Color

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

This div background color is #5edb13


#5edb13 Border Color

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

This div border color is #5edb13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edb13


Comments

No comments written yet.

Please login to write comment.