Color Hex Logo

#5ed098 Color Hex

#5ED098
(94,208,152)
0 Favorites   0 Comments

Color spaces of #5ed098

RGB 94208152
HSL0.420.550.59
HSV151°55°82°
CMYK 0.550.000.27   0.18
XYZ32.839549.758437.5793
Yxy49.75840.27330.4140
Hunter Lab70.5396-40.344317.7916
CIE-Lab75.9207-45.359018.1942

#5ed098 color RGB value is (94,208,152).

#5ed098 hex color red value is 94, green value is 208 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #5ed098 hue: 0.42 , saturation: 0.55 and the lightness value of 5ed098 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11010000 10011000
Octal 136 320 230
Decimal 94 208 152
Hex 5E D0 98

RGB Percentages of Color #5ed098

%20.70
%45.81
%33.48

CMYK Percentages of Color #5ed098

%55
%0
%27
%18

Triadic Colors of #5ed098

#5ed098 #985ed0 #d0985e

Analogous Colors of #5ed098

#5ed098 #5ecfd0 #5ed05f

Monochromatic Colors of #5ed098

#5ed098

Complementary Color

#5ed098 #d05e96

#5ed098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ed098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ed098 Color CSS Codes

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

#5ed098 Text Font Color

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

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


#5ed098 Background Color

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

This div background color is #5ed098


#5ed098 Border Color

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

This div border color is #5ed098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ed098


Comments

No comments written yet.

Please login to write comment.