Color Hex Logo

#5ecb9e Color Hex

#5ECB9E
(94,203,158)
0 Favorites   0 Comments

Color spaces of #5ecb9e

RGB 94203158
HSL0.430.510.58
HSV155°54°80°
CMYK 0.540.000.22   0.20
XYZ32.143647.560239.8336
Yxy47.56020.26890.3979
Hunter Lab68.9639-37.489214.0288
CIE-Lab74.5467-41.932413.0742

#5ecb9e color RGB value is (94,203,158).

#5ecb9e hex color red value is 94, green value is 203 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5ecb9e hue: 0.43 , saturation: 0.51 and the lightness value of 5ecb9e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 10011110
Octal 136 313 236
Decimal 94 203 158
Hex 5E CB 9E

RGB Percentages of Color #5ecb9e

%20.66
%44.62
%34.73

CMYK Percentages of Color #5ecb9e

%54
%0
%22
%20

Triadic Colors of #5ecb9e

#5ecb9e #9e5ecb #cb9e5e

Analogous Colors of #5ecb9e

#5ecb9e #5ec2cb #5ecb68

Monochromatic Colors of #5ecb9e

#5ecb9e

Complementary Color

#5ecb9e #cb5e8b

#5ecb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecb9e Color CSS Codes

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

#5ecb9e Text Font Color

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

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


#5ecb9e Background Color

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

This div background color is #5ecb9e


#5ecb9e Border Color

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

This div border color is #5ecb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecb9e


Comments

No comments written yet.

Please login to write comment.