Color Hex Logo

#8fa7bd Color Hex

#8FA7BD
(143,167,189)
0 Favorites   0 Comments

Color spaces of #8fa7bd

RGB 143167189
HSL0.580.260.65
HSV209°24°74°
CMYK 0.240.120.00   0.26
XYZ34.331737.151253.5055
Yxy37.15120.27470.2972
Hunter Lab60.9518-6.1237-9.3805
CIE-Lab67.3903-3.3544-14.0487

#8fa7bd color RGB value is (143,167,189).

#8fa7bd hex color red value is 143, green value is 167 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8fa7bd hue: 0.58 , saturation: 0.26 and the lightness value of 8fa7bd is 0.65.

The process color (four color CMYK) of #8fa7bd color hex is 0.24, 0.12, 0.00, 0.26. Web safe color of #8fa7bd is #9999cc. Color #8fa7bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10100111 10111101
Octal 217 247 275
Decimal 143 167 189
Hex 8F A7 BD

RGB Percentages of Color #8fa7bd

%28.66
%33.47
%37.88

CMYK Percentages of Color #8fa7bd

%24
%12
%0
%26

Triadic Colors of #8fa7bd

#8fa7bd #bd8fa7 #a7bd8f

Analogous Colors of #8fa7bd

#8fa7bd #8f90bd #8fbdbc

Monochromatic Colors of #8fa7bd

#8fa7bd

Complementary Color

#8fa7bd #bda58f

#8fa7bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fa7bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fa7bd Color CSS Codes

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

#8fa7bd Text Font Color

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

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


#8fa7bd Background Color

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

This div background color is #8fa7bd


#8fa7bd Border Color

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

This div border color is #8fa7bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fa7bd


Comments

No comments written yet.

Please login to write comment.