Color Hex Logo

#5eb059 Color Hex

#5EB059
(94,176,89)
0 Favorites   0 Comments

Color spaces of #5eb059

RGB 9417689
HSL0.320.360.52
HSV117°49°69°
CMYK 0.470.000.49   0.31
XYZ21.944634.151614.8865
Yxy34.15160.30920.4811
Hunter Lab58.4394-35.240325.8044
CIE-Lab65.0827-42.757336.7653

#5eb059 color RGB value is (94,176,89).

#5eb059 hex color red value is 94, green value is 176 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #5eb059 hue: 0.32 , saturation: 0.36 and the lightness value of 5eb059 is 0.52.

The process color (four color CMYK) of #5eb059 color hex is 0.47, 0.00, 0.49, 0.31. Web safe color of #5eb059 is #669966. Color #5eb059 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110000 01011001
Octal 136 260 131
Decimal 94 176 89
Hex 5E B0 59

RGB Percentages of Color #5eb059

%26.18
%49.03
%24.79

CMYK Percentages of Color #5eb059

%47
%0
%49
%31

Triadic Colors of #5eb059

#5eb059 #595eb0 #b0595e

Analogous Colors of #5eb059

#5eb059 #59b080 #8ab059

Monochromatic Colors of #5eb059

#5eb059

Complementary Color

#5eb059 #ab59b0

#5eb059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb059 Color CSS Codes

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

#5eb059 Text Font Color

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

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


#5eb059 Background Color

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

This div background color is #5eb059


#5eb059 Border Color

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

This div border color is #5eb059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb059


Comments

No comments written yet.

Please login to write comment.