Color Hex Logo

#5e9a0e Color Hex

#5E9A0E
(94,154,14)
0 Favorites   0 Comments

Color spaces of #5e9a0e

RGB 9415414
HSL0.240.830.33
HSV86°91°60°
CMYK 0.390.000.91   0.40
XYZ16.251025.52264.4853
Yxy25.52260.35130.5517
Hunter Lab50.5199-30.990830.1000
CIE-Lab57.5811-39.646657.7912

#5e9a0e color RGB value is (94,154,14).

#5e9a0e hex color red value is 94, green value is 154 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5e9a0e hue: 0.24 , saturation: 0.83 and the lightness value of 5e9a0e is 0.33.

The process color (four color CMYK) of #5e9a0e color hex is 0.39, 0.00, 0.91, 0.40. Web safe color of #5e9a0e is #669900. Color #5e9a0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10011010 00001110
Octal 136 232 16
Decimal 94 154 14
Hex 5E 9A E

RGB Percentages of Color #5e9a0e

%35.88
%58.78
%5.34

CMYK Percentages of Color #5e9a0e

%39
%0
%91
%40

Triadic Colors of #5e9a0e

#5e9a0e #0e5e9a #9a0e5e

Analogous Colors of #5e9a0e

#5e9a0e #189a0e #9a900e

Monochromatic Colors of #5e9a0e

#5e9a0e

Complementary Color

#5e9a0e #4a0e9a

#5e9a0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e9a0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e9a0e Color CSS Codes

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

#5e9a0e Text Font Color

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

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


#5e9a0e Background Color

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

This div background color is #5e9a0e


#5e9a0e Border Color

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

This div border color is #5e9a0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e9a0e


Comments

No comments written yet.

Please login to write comment.