Color Hex Logo

#5ee392 Color Hex

#5EE392
(94,227,146)
0 Favorites   0 Comments

Color spaces of #5ee392

RGB 94227146
HSL0.400.700.63
HSV143°59°89°
CMYK 0.590.000.36   0.11
XYZ37.273559.393236.6936
Yxy59.39320.27950.4454
Hunter Lab77.0670-48.535625.7174
CIE-Lab81.5072-54.309928.9370

#5ee392 color RGB value is (94,227,146).

#5ee392 hex color red value is 94, green value is 227 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #5ee392 hue: 0.40 , saturation: 0.70 and the lightness value of 5ee392 is 0.63.

The process color (four color CMYK) of #5ee392 color hex is 0.59, 0.00, 0.36, 0.11. Web safe color of #5ee392 is #66cc99. Color #5ee392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100011 10010010
Octal 136 343 222
Decimal 94 227 146
Hex 5E E3 92

RGB Percentages of Color #5ee392

%20.13
%48.61
%31.26

CMYK Percentages of Color #5ee392

%59
%0
%36
%11

Triadic Colors of #5ee392

#5ee392 #925ee3 #e3925e

Analogous Colors of #5ee392

#5ee392 #5ee3d5 #6de35e

Monochromatic Colors of #5ee392

#5ee392

Complementary Color

#5ee392 #e35eaf

#5ee392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee392 Color CSS Codes

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

#5ee392 Text Font Color

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

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


#5ee392 Background Color

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

This div background color is #5ee392


#5ee392 Border Color

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

This div border color is #5ee392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee392


Comments

No comments written yet.

Please login to write comment.