Color Hex Logo

#5f9314 Color Hex

#5F9314
(95,147,20)
0 Favorites   0 Comments

Color spaces of #5f9314

RGB 9514720
HSL0.230.760.33
HSV85°86°58°
CMYK 0.350.000.86   0.42
XYZ15.279323.35084.3637
Yxy23.35080.35540.5431
Hunter Lab48.3227-28.124228.4718
CIE-Lab55.4319-36.027854.7155

#5f9314 color RGB value is (95,147,20).

#5f9314 hex color red value is 95, green value is 147 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #5f9314 hue: 0.23 , saturation: 0.76 and the lightness value of 5f9314 is 0.33.

The process color (four color CMYK) of #5f9314 color hex is 0.35, 0.00, 0.86, 0.42. Web safe color of #5f9314 is #669900. Color #5f9314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010011 00010100
Octal 137 223 24
Decimal 95 147 20
Hex 5F 93 14

RGB Percentages of Color #5f9314

%36.26
%56.11
%7.63

CMYK Percentages of Color #5f9314

%35
%0
%86
%42

Triadic Colors of #5f9314

#5f9314 #145f93 #93145f

Analogous Colors of #5f9314

#5f9314 #209314 #938814

Monochromatic Colors of #5f9314

#5f9314

Complementary Color

#5f9314 #481493

#5f9314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f9314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f9314 Color CSS Codes

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

#5f9314 Text Font Color

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

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


#5f9314 Background Color

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

This div background color is #5f9314


#5f9314 Border Color

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

This div border color is #5f9314


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,147,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5f9314; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5f9314;
  -webkit-box-shadow: 1px 1px 3px 2px #5f9314;
  box-shadow:         1px 1px 3px 2px #5f9314; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,147,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f9314


Comments

No comments written yet.

Please login to write comment.