Color Hex Logo

#5ecb72 Color Hex

#5ECB72
(94,203,114)
0 Favorites   0 Comments

Color spaces of #5ecb72

RGB 94203114
HSL0.360.510.58
HSV131°54°80°
CMYK 0.540.000.44   0.20
XYZ29.009346.306523.3287
Yxy46.30650.29410.4694
Hunter Lab68.0489-42.990827.3083
CIE-Lab73.7440-50.184535.0551

#5ecb72 color RGB value is (94,203,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001011 01110010
Octal 136 313 162
Decimal 94 203 114
Hex 5E CB 72

RGB Percentages of Color #5ecb72

%22.87
%49.39
%27.74

CMYK Percentages of Color #5ecb72

%54
%0
%44
%20

Triadic Colors of #5ecb72

#5ecb72 #725ecb #cb725e

Analogous Colors of #5ecb72

#5ecb72 #5ecba9 #81cb5e

Monochromatic Colors of #5ecb72

#5ecb72

Complementary Color

#5ecb72 #cb5eb7

#5ecb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecb72 Color CSS Codes

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

#5ecb72 Text Font Color

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

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


#5ecb72 Background Color

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

This div background color is #5ecb72


#5ecb72 Border Color

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

This div border color is #5ecb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecb72


Comments

No comments written yet.

Please login to write comment.