Color Hex Logo

#8fa137 Color Hex

#8FA137
(143,161,55)
0 Favorites   0 Comments

Color spaces of #8fa137

RGB 14316155
HSL0.190.490.42
HSV70°66°63°
CMYK 0.110.000.66   0.37
XYZ24.762231.60528.4097
Yxy31.60520.38230.4879
Hunter Lab56.2185-19.759630.4838
CIE-Lab63.0152-21.242751.0599

#8fa137 color RGB value is (143,161,55).

#8fa137 hex color red value is 143, green value is 161 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #8fa137 hue: 0.19 , saturation: 0.49 and the lightness value of 8fa137 is 0.42.

The process color (four color CMYK) of #8fa137 color hex is 0.11, 0.00, 0.66, 0.37. Web safe color of #8fa137 is #999933. Color #8fa137 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100001 00110111
Octal 217 241 67
Decimal 143 161 55
Hex 8F A1 37

RGB Percentages of Color #8fa137

%39.83
%44.85
%15.32

CMYK Percentages of Color #8fa137

%11
%0
%66
%37

Triadic Colors of #8fa137

#8fa137 #378fa1 #a1378f

Analogous Colors of #8fa137

#8fa137 #5aa137 #a17e37

Monochromatic Colors of #8fa137

#8fa137

Complementary Color

#8fa137 #4937a1

#8fa137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa137 Color CSS Codes

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

#8fa137 Text Font Color

<p style="color:#8fa137">Text here</p>

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


#8fa137 Background Color

<div style="background-color:#8fa137">
Div content here</div>

This div background color is #8fa137


#8fa137 Border Color

<div style="border:3px solid #8fa137">
Div here</div>

This div border color is #8fa137


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,161,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fa137; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fa137;
  -webkit-box-shadow: 1px 1px 3px 2px #8fa137;
  box-shadow:         1px 1px 3px 2px #8fa137; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,161,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa137


Comments

No comments written yet.

Please login to write comment.