Color Hex Logo

#5e9400 Color Hex

#5E9400
(94,148,0)
0 Favorites   0 Comments

Color spaces of #5e9400

RGB 941480
HSL0.231.000.29
HSV82°100°58°
CMYK 0.360.001.00   0.42
XYZ15.206023.55953.7460
Yxy23.55950.35770.5542
Hunter Lab48.5381-29.021329.4009
CIE-Lab55.6440-37.377858.4764

#5e9400 color RGB value is (94,148,0).

#5e9400 hex color red value is 94, green value is 148 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #5e9400 hue: 0.23 , saturation: 1.00 and the lightness value of 5e9400 is 0.29.

The process color (four color CMYK) of #5e9400 color hex is 0.36, 0.00, 1.00, 0.42. Web safe color of #5e9400 is #669900. Color #5e9400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10010100 00000000
Octal 136 224 0
Decimal 94 148 0
Hex 5E 94 0

RGB Percentages of Color #5e9400

%38.84
%61.16
%0.00

CMYK Percentages of Color #5e9400

%36
%0
%100
%42

Triadic Colors of #5e9400

#5e9400 #005e94 #94005e

Analogous Colors of #5e9400

#5e9400 #149400 #948000

Monochromatic Colors of #5e9400

#5e9400

Complementary Color

#5e9400 #360094

#5e9400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e9400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e9400 Color CSS Codes

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

#5e9400 Text Font Color

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

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


#5e9400 Background Color

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

This div background color is #5e9400


#5e9400 Border Color

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

This div border color is #5e9400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e9400


Comments

No comments written yet.

Please login to write comment.