Color Hex Logo

#5ec31f Color Hex

#5EC31F
(94,195,31)
0 Favorites   0 Comments

Color spaces of #5ec31f

RGB 9419531
HSL0.270.730.44
HSV97°84°76°
CMYK 0.520.000.84   0.24
XYZ24.378541.50888.0234
Yxy41.50880.32980.5616
Hunter Lab64.4273-45.205637.7155
CIE-Lab70.5309-55.296065.3426

#5ec31f color RGB value is (94,195,31).

#5ec31f hex color red value is 94, green value is 195 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #5ec31f hue: 0.27 , saturation: 0.73 and the lightness value of 5ec31f is 0.44.

The process color (four color CMYK) of #5ec31f color hex is 0.52, 0.00, 0.84, 0.24. Web safe color of #5ec31f is #66cc33. Color #5ec31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000011 00011111
Octal 136 303 37
Decimal 94 195 31
Hex 5E C3 1F

RGB Percentages of Color #5ec31f

%29.38
%60.94
%9.69

CMYK Percentages of Color #5ec31f

%52
%0
%84
%24

Triadic Colors of #5ec31f

#5ec31f #1f5ec3 #c31f5e

Analogous Colors of #5ec31f

#5ec31f #1fc332 #b0c31f

Monochromatic Colors of #5ec31f

#5ec31f

Complementary Color

#5ec31f #841fc3

#5ec31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec31f Color CSS Codes

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

#5ec31f Text Font Color

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

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


#5ec31f Background Color

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

This div background color is #5ec31f


#5ec31f Border Color

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

This div border color is #5ec31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec31f


Comments

No comments written yet.

Please login to write comment.