Color Hex Logo

#5eb146 Color Hex

#5EB146
(94,177,70)
0 Favorites   0 Comments

Color spaces of #5eb146

RGB 9417770
HSL0.300.430.48
HSV107°60°69°
CMYK 0.470.000.60   0.31
XYZ21.443734.266211.2782
Yxy34.26620.32010.5115
Hunter Lab58.5373-37.051329.5529
CIE-Lab65.1733-45.499646.0271

#5eb146 color RGB value is (94,177,70).

#5eb146 hex color red value is 94, green value is 177 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #5eb146 hue: 0.30 , saturation: 0.43 and the lightness value of 5eb146 is 0.48.

The process color (four color CMYK) of #5eb146 color hex is 0.47, 0.00, 0.60, 0.31. Web safe color of #5eb146 is #669933. Color #5eb146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110001 01000110
Octal 136 261 106
Decimal 94 177 70
Hex 5E B1 46

RGB Percentages of Color #5eb146

%27.57
%51.91
%20.53

CMYK Percentages of Color #5eb146

%47
%0
%60
%31

Triadic Colors of #5eb146

#5eb146 #465eb1 #b1465e

Analogous Colors of #5eb146

#5eb146 #46b164 #94b146

Monochromatic Colors of #5eb146

#5eb146

Complementary Color

#5eb146 #9946b1

#5eb146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb146 Color CSS Codes

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

#5eb146 Text Font Color

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

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


#5eb146 Background Color

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

This div background color is #5eb146


#5eb146 Border Color

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

This div border color is #5eb146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb146


Comments

No comments written yet.

Please login to write comment.