Color Hex Logo

#8faaab Color Hex

#8FAAAB
(143,170,171)
0 Favorites   0 Comments

Color spaces of #8faaab

RGB 143170171
HSL0.510.140.62
HSV182°16°67°
CMYK 0.160.010.00   0.33
XYZ33.053137.529444.0299
Yxy37.52940.28840.3274
Hunter Lab61.2612-10.89870.2698
CIE-Lab67.6723-9.0466-3.6343

#8faaab color RGB value is (143,170,171).

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

The process color (four color CMYK) of #8faaab color hex is 0.16, 0.01, 0.00, 0.33. Web safe color of #8faaab is #999999. Color #8faaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 10101011
Octal 217 252 253
Decimal 143 170 171
Hex 8F AA AB

RGB Percentages of Color #8faaab

%29.55
%35.12
%35.33

CMYK Percentages of Color #8faaab

%16
%1
%0
%33

Triadic Colors of #8faaab

#8faaab #ab8faa #aaab8f

Analogous Colors of #8faaab

#8faaab #8f9cab #8fab9e

Monochromatic Colors of #8faaab

#8faaab

Complementary Color

#8faaab #ab908f

#8faaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faaab Color CSS Codes

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

#8faaab Text Font Color

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

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


#8faaab Background Color

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

This div background color is #8faaab


#8faaab Border Color

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

This div border color is #8faaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,170,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 #8faaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faaab

#8faaab Color Palettes


Comments

No comments written yet.

Please login to write comment.