Color Hex Logo

#8fb68f Color Hex

#8FB68F
(143,182,143)
0 Favorites   0 Comments

Color spaces of #8fb68f

RGB 143182143
HSL0.330.210.64
HSV120°21°71°
CMYK 0.210.000.21   0.29
XYZ33.013641.278732.2142
Yxy41.27870.31000.3876
Hunter Lab64.2485-20.714015.2459
CIE-Lab70.3707-20.817815.6471

#8fb68f color RGB value is (143,182,143).

#8fb68f hex color red value is 143, green value is 182 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #8fb68f hue: 0.33 , saturation: 0.21 and the lightness value of 8fb68f is 0.64.

The process color (four color CMYK) of #8fb68f color hex is 0.21, 0.00, 0.21, 0.29. Web safe color of #8fb68f is #99cc99. Color #8fb68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110110 10001111
Octal 217 266 217
Decimal 143 182 143
Hex 8F B6 8F

RGB Percentages of Color #8fb68f

%30.56
%38.89
%30.56

CMYK Percentages of Color #8fb68f

%21
%0
%21
%29

Triadic Colors of #8fb68f

#8fb68f #8f8fb6 #b68f8f

Analogous Colors of #8fb68f

#8fb68f #8fb6a3 #a3b68f

Monochromatic Colors of #8fb68f

#8fb68f

Complementary Color

#8fb68f #b68fb6

#8fb68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb68f Color CSS Codes

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

#8fb68f Text Font Color

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

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


#8fb68f Background Color

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

This div background color is #8fb68f


#8fb68f Border Color

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

This div border color is #8fb68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb68f


Comments

No comments written yet.

Please login to write comment.