Color Hex Logo

#5ece8e Color Hex

#5ECE8E
(94,206,142)
0 Favorites   0 Comments

Color spaces of #5ece8e

RGB 94206142
HSL0.400.530.59
HSV146°54°81°
CMYK 0.540.000.31   0.19
XYZ31.569948.475333.2839
Yxy48.47530.27860.4277
Hunter Lab69.6242-40.904620.3933
CIE-Lab75.1237-46.504622.3829

#5ece8e color RGB value is (94,206,142).

#5ece8e hex color red value is 94, green value is 206 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #5ece8e hue: 0.40 , saturation: 0.53 and the lightness value of 5ece8e is 0.59.

The process color (four color CMYK) of #5ece8e color hex is 0.54, 0.00, 0.31, 0.19. Web safe color of #5ece8e is #66cc99. Color #5ece8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001110 10001110
Octal 136 316 216
Decimal 94 206 142
Hex 5E CE 8E

RGB Percentages of Color #5ece8e

%21.27
%46.61
%32.13

CMYK Percentages of Color #5ece8e

%54
%0
%31
%19

Triadic Colors of #5ece8e

#5ece8e #8e5ece #ce8e5e

Analogous Colors of #5ece8e

#5ece8e #5ecec6 #66ce5e

Monochromatic Colors of #5ece8e

#5ece8e

Complementary Color

#5ece8e #ce5e9e

#5ece8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ece8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ece8e Color CSS Codes

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

#5ece8e Text Font Color

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

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


#5ece8e Background Color

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

This div background color is #5ece8e


#5ece8e Border Color

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

This div border color is #5ece8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ece8e


Comments

No comments written yet.

Please login to write comment.