Color Hex Logo

#5efead Color Hex

#5EFEAD
(94,254,173)
0 Favorites   0 Comments

Color spaces of #5efead

RGB 94254173
HSL0.420.990.68
HSV150°63°100°
CMYK 0.630.000.32   0.00
XYZ47.600776.280451.7499
Yxy76.28040.27100.4343
Hunter Lab87.3387-55.557826.0065
CIE-Lab89.9894-59.785726.6606

#5efead color RGB value is (94,254,173).

#5efead hex color red value is 94, green value is 254 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5efead hue: 0.42 , saturation: 0.99 and the lightness value of 5efead is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111110 10101101
Octal 136 376 255
Decimal 94 254 173
Hex 5E FE AD

RGB Percentages of Color #5efead

%18.04
%48.75
%33.21

CMYK Percentages of Color #5efead

%63
%0
%32
%0

Triadic Colors of #5efead

#5efead #ad5efe #fead5e

Analogous Colors of #5efead

#5efead #5efefd #5ffe5e

Monochromatic Colors of #5efead

#5efead

Complementary Color

#5efead #fe5eaf

#5efead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efead Color CSS Codes

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

#5efead Text Font Color

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

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


#5efead Background Color

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

This div background color is #5efead


#5efead Border Color

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

This div border color is #5efead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efead


Comments

No comments written yet.

Please login to write comment.