Color Hex Logo

#5eea6f Color Hex

#5EEA6F
(94,234,111)
0 Favorites   0 Comments

Color spaces of #5eea6f

RGB 94234111
HSL0.350.770.64
HSV127°60°92°
CMYK 0.600.000.53   0.08
XYZ36.908262.373025.1329
Yxy62.37300.29670.5013
Hunter Lab78.9766-54.790436.4156
CIE-Lab83.1114-62.423848.1969

#5eea6f color RGB value is (94,234,111).

#5eea6f hex color red value is 94, green value is 234 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5eea6f hue: 0.35 , saturation: 0.77 and the lightness value of 5eea6f is 0.64.

The process color (four color CMYK) of #5eea6f color hex is 0.60, 0.00, 0.53, 0.08. Web safe color of #5eea6f is #66ff66. Color #5eea6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 01101111
Octal 136 352 157
Decimal 94 234 111
Hex 5E EA 6F

RGB Percentages of Color #5eea6f

%21.41
%53.30
%25.28

CMYK Percentages of Color #5eea6f

%60
%0
%53
%8

Triadic Colors of #5eea6f

#5eea6f #6f5eea #ea6f5e

Analogous Colors of #5eea6f

#5eea6f #5eeab5 #93ea5e

Monochromatic Colors of #5eea6f

#5eea6f

Complementary Color

#5eea6f #ea5ed9

#5eea6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eea6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eea6f Color CSS Codes

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

#5eea6f Text Font Color

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

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


#5eea6f Background Color

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

This div background color is #5eea6f


#5eea6f Border Color

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

This div border color is #5eea6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eea6f


Comments

No comments written yet.

Please login to write comment.