Color Hex Logo

#8faf9c Color Hex

#8FAF9C
(143,175,156)
0 Favorites   0 Comments

Color spaces of #8faf9c

RGB 143175156
HSL0.400.170.62
HSV144°18°69°
CMYK 0.180.000.11   0.31
XYZ32.658438.899937.2396
Yxy38.89990.30020.3575
Hunter Lab62.3698-15.68008.2581
CIE-Lab68.6787-14.78956.1319

#8faf9c color RGB value is (143,175,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101111 10011100
Octal 217 257 234
Decimal 143 175 156
Hex 8F AF 9C

RGB Percentages of Color #8faf9c

%30.17
%36.92
%32.91

CMYK Percentages of Color #8faf9c

%18
%0
%11
%31

Triadic Colors of #8faf9c

#8faf9c #9c8faf #af9c8f

Analogous Colors of #8faf9c

#8faf9c #8fafac #92af8f

Monochromatic Colors of #8faf9c

#8faf9c

Complementary Color

#8faf9c #af8fa2

#8faf9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faf9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faf9c Color CSS Codes

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

#8faf9c Text Font Color

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

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


#8faf9c Background Color

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

This div background color is #8faf9c


#8faf9c Border Color

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

This div border color is #8faf9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faf9c


Comments

No comments written yet.

Please login to write comment.