Color Hex Logo

#8faf54 Color Hex

#8FAF54
(143,175,84)
0 Favorites   0 Comments

Color spaces of #8faf54

RGB 14317584
HSL0.230.360.51
HSV81°52°69°
CMYK 0.180.000.52   0.31
XYZ28.257937.139714.0668
Yxy37.13970.35560.4674
Hunter Lab60.9423-23.881828.9742
CIE-Lab67.3817-25.692942.6560

#8faf54 color RGB value is (143,175,84).

#8faf54 hex color red value is 143, green value is 175 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #8faf54 hue: 0.23 , saturation: 0.36 and the lightness value of 8faf54 is 0.51.

The process color (four color CMYK) of #8faf54 color hex is 0.18, 0.00, 0.52, 0.31. Web safe color of #8faf54 is #999966. Color #8faf54 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 01010100
Octal 217 257 124
Decimal 143 175 84
Hex 8F AF 54

RGB Percentages of Color #8faf54

%35.57
%43.53
%20.90

CMYK Percentages of Color #8faf54

%18
%0
%52
%31

Triadic Colors of #8faf54

#8faf54 #548faf #af548f

Analogous Colors of #8faf54

#8faf54 #62af54 #afa254

Monochromatic Colors of #8faf54

#8faf54

Complementary Color

#8faf54 #7454af

#8faf54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faf54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faf54 Color CSS Codes

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

#8faf54 Text Font Color

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

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


#8faf54 Background Color

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

This div background color is #8faf54


#8faf54 Border Color

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

This div border color is #8faf54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faf54


Comments

No comments written yet.

Please login to write comment.