Color Hex Logo

#5ebc60 Color Hex

#5EBC60
(94,188,96)
0 Favorites   0 Comments

Color spaces of #5ebc60

RGB 9418896
HSL0.340.410.55
HSV121°50°74°
CMYK 0.500.000.49   0.26
XYZ24.710639.190717.3285
Yxy39.19070.30420.4825
Hunter Lab62.6025-39.096427.4101
CIE-Lab68.8892-46.783437.9770

#5ebc60 color RGB value is (94,188,96).

#5ebc60 hex color red value is 94, green value is 188 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #5ebc60 hue: 0.34 , saturation: 0.41 and the lightness value of 5ebc60 is 0.55.

The process color (four color CMYK) of #5ebc60 color hex is 0.50, 0.00, 0.49, 0.26. Web safe color of #5ebc60 is #66cc66. Color #5ebc60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111100 01100000
Octal 136 274 140
Decimal 94 188 96
Hex 5E BC 60

RGB Percentages of Color #5ebc60

%24.87
%49.74
%25.40

CMYK Percentages of Color #5ebc60

%50
%0
%49
%26

Triadic Colors of #5ebc60

#5ebc60 #605ebc #bc605e

Analogous Colors of #5ebc60

#5ebc60 #5ebc8f #8bbc5e

Monochromatic Colors of #5ebc60

#5ebc60

Complementary Color

#5ebc60 #bc5eba

#5ebc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebc60 Color CSS Codes

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

#5ebc60 Text Font Color

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

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


#5ebc60 Background Color

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

This div background color is #5ebc60


#5ebc60 Border Color

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

This div border color is #5ebc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebc60


Comments

No comments written yet.

Please login to write comment.