Color Hex Logo

#5f9d70 Color Hex

#5F9D70
(95,157,112)
0 Favorites   0 Comments

Color spaces of #5f9d70

RGB 95157112
HSL0.380.250.49
HSV136°39°62°
CMYK 0.390.000.29   0.38
XYZ19.700927.716719.6407
Yxy27.71670.29380.4133
Hunter Lab52.6467-25.335214.7335
CIE-Lab59.6319-30.094517.3954

#5f9d70 color RGB value is (95,157,112).

#5f9d70 hex color red value is 95, green value is 157 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #5f9d70 hue: 0.38 , saturation: 0.25 and the lightness value of 5f9d70 is 0.49.

The process color (four color CMYK) of #5f9d70 color hex is 0.39, 0.00, 0.29, 0.38. Web safe color of #5f9d70 is #669966. Color #5f9d70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10011101 01110000
Octal 137 235 160
Decimal 95 157 112
Hex 5F 9D 70

RGB Percentages of Color #5f9d70

%26.10
%43.13
%30.77

CMYK Percentages of Color #5f9d70

%39
%0
%29
%38

Triadic Colors of #5f9d70

#5f9d70 #705f9d #9d705f

Analogous Colors of #5f9d70

#5f9d70 #5f9d8f #6d9d5f

Monochromatic Colors of #5f9d70

#5f9d70

Complementary Color

#5f9d70 #9d5f8c

#5f9d70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f9d70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f9d70 Color CSS Codes

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

#5f9d70 Text Font Color

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

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


#5f9d70 Background Color

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

This div background color is #5f9d70


#5f9d70 Border Color

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

This div border color is #5f9d70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f9d70


Comments

No comments written yet.

Please login to write comment.