Color Hex Logo

#5eb21e Color Hex

#5EB21E
(94,178,30)
0 Favorites   0 Comments

Color spaces of #5eb21e

RGB 9417830
HSL0.260.710.41
HSV94°83°70°
CMYK 0.470.000.83   0.30
XYZ20.770834.31426.7569
Yxy34.31420.33590.5549
Hunter Lab58.5783-39.219234.1658
CIE-Lab65.2112-48.880760.8374

#5eb21e color RGB value is (94,178,30).

#5eb21e hex color red value is 94, green value is 178 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #5eb21e hue: 0.26 , saturation: 0.71 and the lightness value of 5eb21e is 0.41.

The process color (four color CMYK) of #5eb21e color hex is 0.47, 0.00, 0.83, 0.30. Web safe color of #5eb21e is #669933. Color #5eb21e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10110010 00011110
Octal 136 262 36
Decimal 94 178 30
Hex 5E B2 1E

RGB Percentages of Color #5eb21e

%31.13
%58.94
%9.93

CMYK Percentages of Color #5eb21e

%47
%0
%83
%30

Triadic Colors of #5eb21e

#5eb21e #1e5eb2 #b21e5e

Analogous Colors of #5eb21e

#5eb21e #1eb228 #a8b21e

Monochromatic Colors of #5eb21e

#5eb21e

Complementary Color

#5eb21e #721eb2

#5eb21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5eb21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5eb21e Color CSS Codes

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

#5eb21e Text Font Color

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

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


#5eb21e Background Color

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

This div background color is #5eb21e


#5eb21e Border Color

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

This div border color is #5eb21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5eb21e


Comments

No comments written yet.

Please login to write comment.