Color Hex Logo

#5ee19a Color Hex

#5EE19A
(94,225,154)
0 Favorites   0 Comments

Color spaces of #5ee19a

RGB 94225154
HSL0.410.690.63
HSV147°58°88°
CMYK 0.580.000.32   0.12
XYZ37.374058.563239.9059
Yxy58.56320.27510.4311
Hunter Lab76.5266-46.745922.6510
CIE-Lab81.0509-52.014324.2019

#5ee19a color RGB value is (94,225,154).

#5ee19a hex color red value is 94, green value is 225 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5ee19a hue: 0.41 , saturation: 0.69 and the lightness value of 5ee19a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100001 10011010
Octal 136 341 232
Decimal 94 225 154
Hex 5E E1 9A

RGB Percentages of Color #5ee19a

%19.87
%47.57
%32.56

CMYK Percentages of Color #5ee19a

%58
%0
%32
%12

Triadic Colors of #5ee19a

#5ee19a #9a5ee1 #e19a5e

Analogous Colors of #5ee19a

#5ee19a #5ee1dc #64e15e

Monochromatic Colors of #5ee19a

#5ee19a

Complementary Color

#5ee19a #e15ea5

#5ee19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee19a Color CSS Codes

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

#5ee19a Text Font Color

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

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


#5ee19a Background Color

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

This div background color is #5ee19a


#5ee19a Border Color

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

This div border color is #5ee19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee19a


Comments

No comments written yet.

Please login to write comment.