Color Hex Logo

#8fa54e Color Hex

#8FA54E
(143,165,78)
0 Favorites   0 Comments

Color spaces of #8fa54e

RGB 14316578
HSL0.210.360.48
HSV75°53°65°
CMYK 0.130.000.53   0.35
XYZ26.158033.300012.2566
Yxy33.30000.36480.4643
Hunter Lab57.7062-20.072327.8013
CIE-Lab64.4031-21.334042.0580

#8fa54e color RGB value is (143,165,78).

#8fa54e hex color red value is 143, green value is 165 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #8fa54e hue: 0.21 , saturation: 0.36 and the lightness value of 8fa54e is 0.48.

The process color (four color CMYK) of #8fa54e color hex is 0.13, 0.00, 0.53, 0.35. Web safe color of #8fa54e is #999966. Color #8fa54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100101 01001110
Octal 217 245 116
Decimal 143 165 78
Hex 8F A5 4E

RGB Percentages of Color #8fa54e

%37.05
%42.75
%20.21

CMYK Percentages of Color #8fa54e

%13
%0
%53
%35

Triadic Colors of #8fa54e

#8fa54e #4e8fa5 #a54e8f

Analogous Colors of #8fa54e

#8fa54e #64a54e #a5904e

Monochromatic Colors of #8fa54e

#8fa54e

Complementary Color

#8fa54e #644ea5

#8fa54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa54e Color CSS Codes

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

#8fa54e Text Font Color

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

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


#8fa54e Background Color

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

This div background color is #8fa54e


#8fa54e Border Color

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

This div border color is #8fa54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa54e


Comments

No comments written yet.

Please login to write comment.