Color Hex Logo

#8faca5 Color Hex

#8FACA5
(143,172,165)
0 Favorites   0 Comments

Color spaces of #8faca5

RGB 143172165
HSL0.460.150.62
HSV166°17°67°
CMYK 0.170.000.04   0.33
XYZ32.871738.061341.2113
Yxy38.06130.29310.3394
Hunter Lab61.6938-12.85593.5801
CIE-Lab68.0658-11.38680.2698

#8faca5 color RGB value is (143,172,165).

#8faca5 hex color red value is 143, green value is 172 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #8faca5 hue: 0.46 , saturation: 0.15 and the lightness value of 8faca5 is 0.62.

The process color (four color CMYK) of #8faca5 color hex is 0.17, 0.00, 0.04, 0.33. Web safe color of #8faca5 is #999999. Color #8faca5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 10100101
Octal 217 254 245
Decimal 143 172 165
Hex 8F AC A5

RGB Percentages of Color #8faca5

%29.79
%35.83
%34.38

CMYK Percentages of Color #8faca5

%17
%0
%4
%33

Triadic Colors of #8faca5

#8faca5 #a58fac #aca58f

Analogous Colors of #8faca5

#8faca5 #8fa5ac #8fac97

Monochromatic Colors of #8faca5

#8faca5

Complementary Color

#8faca5 #ac8f96

#8faca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faca5 Color CSS Codes

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

#8faca5 Text Font Color

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

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


#8faca5 Background Color

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

This div background color is #8faca5


#8faca5 Border Color

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

This div border color is #8faca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faca5


Comments

No comments written yet.

Please login to write comment.