Color Hex Logo

#5ee661 Color Hex

#5EE661
(94,230,97)
0 Favorites   0 Comments

Color spaces of #5ee661

RGB 9423097
HSL0.340.730.64
HSV121°59°90°
CMYK 0.590.000.58   0.10
XYZ35.070659.836421.0104
Yxy59.83640.30250.5162
Hunter Lab77.3540-54.441538.0438
CIE-Lab81.7492-62.709652.9605

#5ee661 color RGB value is (94,230,97).

#5ee661 hex color red value is 94, green value is 230 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #5ee661 hue: 0.34 , saturation: 0.73 and the lightness value of 5ee661 is 0.64.

The process color (four color CMYK) of #5ee661 color hex is 0.59, 0.00, 0.58, 0.10. Web safe color of #5ee661 is #66ff66. Color #5ee661 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11100110 01100001
Octal 136 346 141
Decimal 94 230 97
Hex 5E E6 61

RGB Percentages of Color #5ee661

%22.33
%54.63
%23.04

CMYK Percentages of Color #5ee661

%59
%0
%58
%10

Triadic Colors of #5ee661

#5ee661 #615ee6 #e6615e

Analogous Colors of #5ee661

#5ee661 #5ee6a5 #9fe65e

Monochromatic Colors of #5ee661

#5ee661

Complementary Color

#5ee661 #e65ee3

#5ee661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ee661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ee661 Color CSS Codes

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

#5ee661 Text Font Color

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

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


#5ee661 Background Color

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

This div background color is #5ee661


#5ee661 Border Color

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

This div border color is #5ee661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ee661


Comments

No comments written yet.

Please login to write comment.