Color Hex Logo

#5ebf78 Color Hex

#5EBF78
(94,191,120)
0 Favorites   0 Comments

Color spaces of #5ebf78

RGB 94191120
HSL0.380.430.56
HSV136°51°75°
CMYK 0.510.000.37   0.25
XYZ26.637140.997424.2787
Yxy40.99740.28980.4460
Hunter Lab64.0292-37.792522.3388
CIE-Lab70.1741-44.235427.2972

#5ebf78 color RGB value is (94,191,120).

#5ebf78 hex color red value is 94, green value is 191 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #5ebf78 hue: 0.38 , saturation: 0.43 and the lightness value of 5ebf78 is 0.56.

The process color (four color CMYK) of #5ebf78 color hex is 0.51, 0.00, 0.37, 0.25. Web safe color of #5ebf78 is #66cc66. Color #5ebf78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111111 01111000
Octal 136 277 170
Decimal 94 191 120
Hex 5E BF 78

RGB Percentages of Color #5ebf78

%23.21
%47.16
%29.63

CMYK Percentages of Color #5ebf78

%51
%0
%37
%25

Triadic Colors of #5ebf78

#5ebf78 #785ebf #bf785e

Analogous Colors of #5ebf78

#5ebf78 #5ebfa9 #75bf5e

Monochromatic Colors of #5ebf78

#5ebf78

Complementary Color

#5ebf78 #bf5ea5

#5ebf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ebf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ebf78 Color CSS Codes

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

#5ebf78 Text Font Color

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

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


#5ebf78 Background Color

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

This div background color is #5ebf78


#5ebf78 Border Color

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

This div border color is #5ebf78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ebf78


Comments

No comments written yet.

Please login to write comment.