Color Hex Logo

#8facab Color Hex

#8FACAB
(143,172,171)
0 Favorites   0 Comments

Color spaces of #8facab

RGB 143172171
HSL0.490.150.62
HSV178°17°67°
CMYK 0.170.000.01   0.33
XYZ33.430938.285044.1558
Yxy38.28500.28850.3304
Hunter Lab61.8749-11.83781.0013
CIE-Lab68.2301-10.1164-2.8134

#8facab color RGB value is (143,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101100 10101011
Octal 217 254 253
Decimal 143 172 171
Hex 8F AC AB

RGB Percentages of Color #8facab

%29.42
%35.39
%35.19

CMYK Percentages of Color #8facab

%17
%0
%1
%33

Triadic Colors of #8facab

#8facab #ab8fac #acab8f

Analogous Colors of #8facab

#8facab #8f9fac #8fac9d

Monochromatic Colors of #8facab

#8facab

Complementary Color

#8facab #ac8f90

#8facab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8facab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8facab Color CSS Codes

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

#8facab Text Font Color

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

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


#8facab Background Color

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

This div background color is #8facab


#8facab Border Color

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

This div border color is #8facab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8facab


Comments

No comments written yet.

Please login to write comment.