Color Hex Logo

#5ee13c Color Hex

#5EE13C
(94,225,60)
0 Favorites   0 Comments

Color spaces of #5ee13c

RGB 9422560
HSL0.300.730.56
HSV108°73°88°
CMYK 0.580.000.73   0.12
XYZ32.356956.556413.4860
Yxy56.55640.31600.5523
Hunter Lab75.2040-54.806442.0106
CIE-Lab79.9294-64.365165.7011

#5ee13c color RGB value is (94,225,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100001 00111100
Octal 136 341 74
Decimal 94 225 60
Hex 5E E1 3C

RGB Percentages of Color #5ee13c

%24.80
%59.37
%15.83

CMYK Percentages of Color #5ee13c

%58
%0
%73
%12

Triadic Colors of #5ee13c

#5ee13c #3c5ee1 #e13c5e

Analogous Colors of #5ee13c

#5ee13c #3ce16d #b1e13c

Monochromatic Colors of #5ee13c

#5ee13c

Complementary Color

#5ee13c #bf3ce1

#5ee13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee13c Color CSS Codes

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

#5ee13c Text Font Color

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

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


#5ee13c Background Color

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

This div background color is #5ee13c


#5ee13c Border Color

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

This div border color is #5ee13c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,225,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 #5ee13c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee13c


Comments

No comments written yet.

Please login to write comment.