Color Hex Logo

#5eea6a Color Hex

#5EEA6A
(94,234,106)
0 Favorites   0 Comments

Color spaces of #5eea6a

RGB 94234106
HSL0.350.770.64
HSV125°60°92°
CMYK 0.600.000.55   0.08
XYZ36.640462.265923.7230
Yxy62.26590.29880.5078
Hunter Lab78.9087-55.205837.4113
CIE-Lab83.0546-63.063650.4374

#5eea6a color RGB value is (94,234,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 01101010
Octal 136 352 152
Decimal 94 234 106
Hex 5E EA 6A

RGB Percentages of Color #5eea6a

%21.66
%53.92
%24.42

CMYK Percentages of Color #5eea6a

%60
%0
%55
%8

Triadic Colors of #5eea6a

#5eea6a #6a5eea #ea6a5e

Analogous Colors of #5eea6a

#5eea6a #5eeab0 #98ea5e

Monochromatic Colors of #5eea6a

#5eea6a

Complementary Color

#5eea6a #ea5ede

#5eea6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eea6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eea6a Color CSS Codes

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

#5eea6a Text Font Color

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

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


#5eea6a Background Color

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

This div background color is #5eea6a


#5eea6a Border Color

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

This div border color is #5eea6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eea6a


Comments

No comments written yet.

Please login to write comment.