Color Hex Logo

#8fb078 Color Hex

#8FB078
(143,176,120)
0 Favorites   0 Comments

Color spaces of #8fb078

RGB 143176120
HSL0.260.260.58
HSV95°32°69°
CMYK 0.190.000.32   0.31
XYZ30.243238.246423.5576
Yxy38.24640.32860.4155
Hunter Lab61.8437-20.935220.7057
CIE-Lab68.2018-21.589025.1095

#8fb078 color RGB value is (143,176,120).

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

The process color (four color CMYK) of #8fb078 color hex is 0.19, 0.00, 0.32, 0.31. Web safe color of #8fb078 is #999966. Color #8fb078 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110000 01111000
Octal 217 260 170
Decimal 143 176 120
Hex 8F B0 78

RGB Percentages of Color #8fb078

%32.57
%40.09
%27.33

CMYK Percentages of Color #8fb078

%19
%0
%32
%31

Triadic Colors of #8fb078

#8fb078 #788fb0 #b0788f

Analogous Colors of #8fb078

#8fb078 #78b07d #abb078

Monochromatic Colors of #8fb078

#8fb078

Complementary Color

#8fb078 #9978b0

#8fb078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb078 Color CSS Codes

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

#8fb078 Text Font Color

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

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


#8fb078 Background Color

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

This div background color is #8fb078


#8fb078 Border Color

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

This div border color is #8fb078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb078


Comments

No comments written yet.

Please login to write comment.