Color Hex Logo

#5eefaa Color Hex

#5EEFAA
(94,239,170)
0 Favorites   0 Comments

Color spaces of #5eefaa

RGB 94239170
HSL0.420.820.65
HSV151°61°94°
CMYK 0.610.000.29   0.06
XYZ42.738367.015048.7129
Yxy67.01500.26970.4229
Hunter Lab81.8627-50.069722.0230
CIE-Lab85.5115-54.493122.0551

#5eefaa color RGB value is (94,239,170).

#5eefaa hex color red value is 94, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5eefaa hue: 0.42 , saturation: 0.82 and the lightness value of 5eefaa is 0.65.

The process color (four color CMYK) of #5eefaa color hex is 0.61, 0.00, 0.29, 0.06. Web safe color of #5eefaa is #66ff99. Color #5eefaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11101111 10101010
Octal 136 357 252
Decimal 94 239 170
Hex 5E EF AA

RGB Percentages of Color #5eefaa

%18.69
%47.51
%33.80

CMYK Percentages of Color #5eefaa

%61
%0
%29
%6

Triadic Colors of #5eefaa

#5eefaa #aa5eef #efaa5e

Analogous Colors of #5eefaa

#5eefaa #5eecef #5eef62

Monochromatic Colors of #5eefaa

#5eefaa

Complementary Color

#5eefaa #ef5ea3

#5eefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eefaa Color CSS Codes

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

#5eefaa Text Font Color

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

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


#5eefaa Background Color

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

This div background color is #5eefaa


#5eefaa Border Color

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

This div border color is #5eefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eefaa


Comments

No comments written yet.

Please login to write comment.