Color Hex Logo

#5efc8d Color Hex

#5EFC8D
(94,252,141)
0 Favorites   0 Comments

Color spaces of #5efc8d

RGB 94252141
HSL0.380.960.68
HSV138°63°99°
CMYK 0.630.000.44   0.01
XYZ44.234273.923637.1366
Yxy73.92360.28480.4760
Hunter Lab85.9788-58.628734.5762
CIE-Lab88.8864-64.621841.1018

#5efc8d color RGB value is (94,252,141).

#5efc8d hex color red value is 94, green value is 252 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5efc8d hue: 0.38 , saturation: 0.96 and the lightness value of 5efc8d is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111100 10001101
Octal 136 374 215
Decimal 94 252 141
Hex 5E FC 8D

RGB Percentages of Color #5efc8d

%19.30
%51.75
%28.95

CMYK Percentages of Color #5efc8d

%63
%0
%44
%1

Triadic Colors of #5efc8d

#5efc8d #8d5efc #fc8d5e

Analogous Colors of #5efc8d

#5efc8d #5efcdc #7efc5e

Monochromatic Colors of #5efc8d

#5efc8d

Complementary Color

#5efc8d #fc5ecd

#5efc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efc8d Color CSS Codes

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

#5efc8d Text Font Color

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

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


#5efc8d Background Color

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

This div background color is #5efc8d


#5efc8d Border Color

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

This div border color is #5efc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efc8d


Comments

No comments written yet.

Please login to write comment.