Color Hex Logo

#5ed192 Color Hex

#5ED192
(94,209,146)
0 Favorites   0 Comments

Color spaces of #5ed192

RGB 94209146
HSL0.410.560.59
HSV147°55°82°
CMYK 0.550.000.30   0.18
XYZ32.604950.055935.1374
Yxy50.05590.27680.4249
Hunter Lab70.7502-41.551920.0793
CIE-Lab76.1036-46.984621.6164

#5ed192 color RGB value is (94,209,146).

#5ed192 hex color red value is 94, green value is 209 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #5ed192 hue: 0.41 , saturation: 0.56 and the lightness value of 5ed192 is 0.59.

The process color (four color CMYK) of #5ed192 color hex is 0.55, 0.00, 0.30, 0.18. Web safe color of #5ed192 is #66cc99. Color #5ed192 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010001 10010010
Octal 136 321 222
Decimal 94 209 146
Hex 5E D1 92

RGB Percentages of Color #5ed192

%20.94
%46.55
%32.52

CMYK Percentages of Color #5ed192

%55
%0
%30
%18

Triadic Colors of #5ed192

#5ed192 #925ed1 #d1925e

Analogous Colors of #5ed192

#5ed192 #5ed1cc #64d15e

Monochromatic Colors of #5ed192

#5ed192

Complementary Color

#5ed192 #d15e9d

#5ed192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed192 Color CSS Codes

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

#5ed192 Text Font Color

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

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


#5ed192 Background Color

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

This div background color is #5ed192


#5ed192 Border Color

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

This div border color is #5ed192


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,209,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 #5ed192">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed192


Comments

No comments written yet.

Please login to write comment.