Color Hex Logo

#8faf92 Color Hex

#8FAF92
(143,175,146)
0 Favorites   0 Comments

Color spaces of #8faf92

RGB 143175146
HSL0.350.170.62
HSV126°18°69°
CMYK 0.180.000.17   0.31
XYZ31.846038.574932.9614
Yxy38.57490.30800.3731
Hunter Lab62.1087-17.165012.0106
CIE-Lab68.4422-16.698511.2996

#8faf92 color RGB value is (143,175,146).

#8faf92 hex color red value is 143, green value is 175 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #8faf92 hue: 0.35 , saturation: 0.17 and the lightness value of 8faf92 is 0.62.

The process color (four color CMYK) of #8faf92 color hex is 0.18, 0.00, 0.17, 0.31. Web safe color of #8faf92 is #999999. Color #8faf92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 10010010
Octal 217 257 222
Decimal 143 175 146
Hex 8F AF 92

RGB Percentages of Color #8faf92

%30.82
%37.72
%31.47

CMYK Percentages of Color #8faf92

%18
%0
%17
%31

Triadic Colors of #8faf92

#8faf92 #928faf #af928f

Analogous Colors of #8faf92

#8faf92 #8fafa2 #9caf8f

Monochromatic Colors of #8faf92

#8faf92

Complementary Color

#8faf92 #af8fac

#8faf92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faf92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faf92 Color CSS Codes

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

#8faf92 Text Font Color

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

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


#8faf92 Background Color

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

This div background color is #8faf92


#8faf92 Border Color

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

This div border color is #8faf92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faf92

#8faf92 Color Palettes


Comments

No comments written yet.

Please login to write comment.