Color Hex Logo

#8fb772 Color Hex

#8FB772
(143,183,114)
0 Favorites   0 Comments

Color spaces of #8fb772

RGB 143183114
HSL0.260.320.58
HSV95°38°72°
CMYK 0.220.000.38   0.28
XYZ31.298440.921522.1686
Yxy40.92150.33160.4335
Hunter Lab63.9699-24.613124.2322
CIE-Lab70.1209-25.936230.8259

#8fb772 color RGB value is (143,183,114).

#8fb772 hex color red value is 143, green value is 183 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #8fb772 hue: 0.26 , saturation: 0.32 and the lightness value of 8fb772 is 0.58.

The process color (four color CMYK) of #8fb772 color hex is 0.22, 0.00, 0.38, 0.28. Web safe color of #8fb772 is #99cc66. Color #8fb772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110111 01110010
Octal 217 267 162
Decimal 143 183 114
Hex 8F B7 72

RGB Percentages of Color #8fb772

%32.50
%41.59
%25.91

CMYK Percentages of Color #8fb772

%22
%0
%38
%28

Triadic Colors of #8fb772

#8fb772 #728fb7 #b7728f

Analogous Colors of #8fb772

#8fb772 #72b778 #b2b772

Monochromatic Colors of #8fb772

#8fb772

Complementary Color

#8fb772 #9a72b7

#8fb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb772 Color CSS Codes

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

#8fb772 Text Font Color

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

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


#8fb772 Background Color

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

This div background color is #8fb772


#8fb772 Border Color

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

This div border color is #8fb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb772


Comments

No comments written yet.

Please login to write comment.