Color Hex Logo

#5edb3c Color Hex

#5EDB3C
(94,219,60)
0 Favorites   0 Comments

Color spaces of #5edb3c

RGB 9421960
HSL0.300.690.55
HSV107°73°86°
CMYK 0.570.000.73   0.14
XYZ30.763253.369012.9548
Yxy53.36900.31690.5497
Hunter Lab73.0541-52.678040.6239
CIE-Lab78.0924-62.275363.8603

#5edb3c color RGB value is (94,219,60).

#5edb3c hex color red value is 94, green value is 219 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #5edb3c hue: 0.30 , saturation: 0.69 and the lightness value of 5edb3c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11011011 00111100
Octal 136 333 74
Decimal 94 219 60
Hex 5E DB 3C

RGB Percentages of Color #5edb3c

%25.20
%58.71
%16.09

CMYK Percentages of Color #5edb3c

%57
%0
%73
%14

Triadic Colors of #5edb3c

#5edb3c #3c5edb #db3c5e

Analogous Colors of #5edb3c

#5edb3c #3cdb6a #aedb3c

Monochromatic Colors of #5edb3c

#5edb3c

Complementary Color

#5edb3c #b93cdb

#5edb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5edb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5edb3c Color CSS Codes

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

#5edb3c Text Font Color

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

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


#5edb3c Background Color

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

This div background color is #5edb3c


#5edb3c Border Color

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

This div border color is #5edb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5edb3c


Comments

No comments written yet.

Please login to write comment.