Color Hex Logo

#5ef98c Color Hex

#5EF98C
(94,249,140)
0 Favorites   0 Comments

Color spaces of #5ef98c

RGB 94249140
HSL0.380.930.67
HSV138°62°98°
CMYK 0.620.000.44   0.02
XYZ43.225472.024536.4348
Yxy72.02450.28500.4748
Hunter Lab84.8672-57.602433.9530
CIE-Lab87.9804-63.684940.4256

#5ef98c color RGB value is (94,249,140).

#5ef98c hex color red value is 94, green value is 249 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #5ef98c hue: 0.38 , saturation: 0.93 and the lightness value of 5ef98c is 0.67.

The process color (four color CMYK) of #5ef98c color hex is 0.62, 0.00, 0.44, 0.02. Web safe color of #5ef98c is #66ff99. Color #5ef98c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111001 10001100
Octal 136 371 214
Decimal 94 249 140
Hex 5E F9 8C

RGB Percentages of Color #5ef98c

%19.46
%51.55
%28.99

CMYK Percentages of Color #5ef98c

%62
%0
%44
%2

Triadic Colors of #5ef98c

#5ef98c #8c5ef9 #f98c5e

Analogous Colors of #5ef98c

#5ef98c #5ef9da #7ef95e

Monochromatic Colors of #5ef98c

#5ef98c

Complementary Color

#5ef98c #f95ecb

#5ef98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ef98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ef98c Color CSS Codes

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

#5ef98c Text Font Color

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

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


#5ef98c Background Color

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

This div background color is #5ef98c


#5ef98c Border Color

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

This div border color is #5ef98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ef98c


Comments

No comments written yet.

Please login to write comment.