Color Hex Logo

#8f9cab Color Hex

#8F9CAB
(143,156,171)
0 Favorites   0 Comments

Color spaces of #8f9cab

RGB 143156171
HSL0.590.140.62
HSV212°16°67°
CMYK 0.160.090.00   0.33
XYZ30.566832.556843.2011
Yxy32.55680.28750.3062
Hunter Lab57.0586-4.2284-4.9496
CIE-Lab63.8004-1.4043-9.3761

#8f9cab color RGB value is (143,156,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011100 10101011
Octal 217 234 253
Decimal 143 156 171
Hex 8F 9C AB

RGB Percentages of Color #8f9cab

%30.43
%33.19
%36.38

CMYK Percentages of Color #8f9cab

%16
%9
%0
%33

Triadic Colors of #8f9cab

#8f9cab #ab8f9c #9cab8f

Analogous Colors of #8f9cab

#8f9cab #908fab #8faaab

Monochromatic Colors of #8f9cab

#8f9cab

Complementary Color

#8f9cab #ab9e8f

#8f9cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9cab Color CSS Codes

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

#8f9cab Text Font Color

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

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


#8f9cab Background Color

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

This div background color is #8f9cab


#8f9cab Border Color

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

This div border color is #8f9cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9cab


Comments

No comments written yet.

Please login to write comment.