Color Hex Logo

#5eba80 Color Hex

#5EBA80
(94,186,128)
0 Favorites   0 Comments

Color spaces of #5eba80

RGB 94186128
HSL0.390.400.55
HSV142°49°73°
CMYK 0.490.000.31   0.27
XYZ26.071339.056026.5865
Yxy39.05600.28430.4258
Hunter Lab62.4948-34.900118.5232
CIE-Lab68.7918-40.610621.1869

#5eba80 color RGB value is (94,186,128).

#5eba80 hex color red value is 94, green value is 186 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5eba80 hue: 0.39 , saturation: 0.40 and the lightness value of 5eba80 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10111010 10000000
Octal 136 272 200
Decimal 94 186 128
Hex 5E BA 80

RGB Percentages of Color #5eba80

%23.04
%45.59
%31.37

CMYK Percentages of Color #5eba80

%49
%0
%31
%27

Triadic Colors of #5eba80

#5eba80 #805eba #ba805e

Analogous Colors of #5eba80

#5eba80 #5ebaae #6aba5e

Monochromatic Colors of #5eba80

#5eba80

Complementary Color

#5eba80 #ba5e98

#5eba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eba80 Color CSS Codes

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

#5eba80 Text Font Color

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

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


#5eba80 Background Color

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

This div background color is #5eba80


#5eba80 Border Color

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

This div border color is #5eba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eba80


Comments

No comments written yet.

Please login to write comment.