Color Hex Logo

#5eea6b Color Hex

#5EEA6B
(94,234,107)
0 Favorites   0 Comments

Color spaces of #5eea6b

RGB 94234107
HSL0.350.770.64
HSV126°60°92°
CMYK 0.600.000.54   0.08
XYZ36.692862.286923.9986
Yxy62.28690.29840.5065
Hunter Lab78.9221-55.124637.2165
CIE-Lab83.0658-62.938249.9924

#5eea6b color RGB value is (94,234,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101010 01101011
Octal 136 352 153
Decimal 94 234 107
Hex 5E EA 6B

RGB Percentages of Color #5eea6b

%21.61
%53.79
%24.60

CMYK Percentages of Color #5eea6b

%60
%0
%54
%8

Triadic Colors of #5eea6b

#5eea6b #6b5eea #ea6b5e

Analogous Colors of #5eea6b

#5eea6b #5eeab1 #97ea5e

Monochromatic Colors of #5eea6b

#5eea6b

Complementary Color

#5eea6b #ea5edd

#5eea6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eea6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eea6b Color CSS Codes

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

#5eea6b Text Font Color

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

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


#5eea6b Background Color

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

This div background color is #5eea6b


#5eea6b Border Color

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

This div border color is #5eea6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eea6b


Comments

No comments written yet.

Please login to write comment.