Color Hex Logo

#5e7c05 Color Hex

#5E7C05
(94,124,5)
0 Favorites   0 Comments

Color spaces of #5e7c05

RGB 941245
HSL0.210.920.25
HSV75°96°49°
CMYK 0.240.000.96   0.51
XYZ11.851116.80592.7628
Yxy16.80590.37720.5349
Hunter Lab40.9950-20.139324.7007
CIE-Lab48.0145-26.133751.5993

#5e7c05 color RGB value is (94,124,5).

#5e7c05 hex color red value is 94, green value is 124 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #5e7c05 hue: 0.21 , saturation: 0.92 and the lightness value of 5e7c05 is 0.25.

The process color (four color CMYK) of #5e7c05 color hex is 0.24, 0.00, 0.96, 0.51. Web safe color of #5e7c05 is #666600. Color #5e7c05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111100 00000101
Octal 136 174 5
Decimal 94 124 5
Hex 5E 7C 5

RGB Percentages of Color #5e7c05

%42.15
%55.61
%2.24

CMYK Percentages of Color #5e7c05

%24
%0
%96
%51

Triadic Colors of #5e7c05

#5e7c05 #055e7c #7c055e

Analogous Colors of #5e7c05

#5e7c05 #237c05 #7c5f05

Monochromatic Colors of #5e7c05

#5e7c05

Complementary Color

#5e7c05 #23057c

#5e7c05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e7c05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e7c05 Color CSS Codes

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

#5e7c05 Text Font Color

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

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


#5e7c05 Background Color

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

This div background color is #5e7c05


#5e7c05 Border Color

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

This div border color is #5e7c05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e7c05


Comments

No comments written yet.

Please login to write comment.