Color Hex Logo

#8f9bbd Color Hex

#8F9BBD
(143,155,189)
0 Favorites   0 Comments

Color spaces of #8f9bbd

RGB 143155189
HSL0.620.260.65
HSV224°24°74°
CMYK 0.240.180.00   0.26
XYZ32.234332.956552.8064
Yxy32.95650.27320.2793
Hunter Lab57.4078-0.2363-14.3524
CIE-Lab64.12573.3131-18.9870

#8f9bbd color RGB value is (143,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011011 10111101
Octal 217 233 275
Decimal 143 155 189
Hex 8F 9B BD

RGB Percentages of Color #8f9bbd

%29.36
%31.83
%38.81

CMYK Percentages of Color #8f9bbd

%24
%18
%0
%26

Triadic Colors of #8f9bbd

#8f9bbd #bd8f9b #9bbd8f

Analogous Colors of #8f9bbd

#8f9bbd #9a8fbd #8fb2bd

Monochromatic Colors of #8f9bbd

#8f9bbd

Complementary Color

#8f9bbd #bdb18f

#8f9bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9bbd Color CSS Codes

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

#8f9bbd Text Font Color

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

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


#8f9bbd Background Color

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

This div background color is #8f9bbd


#8f9bbd Border Color

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

This div border color is #8f9bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9bbd


Comments

No comments written yet.

Please login to write comment.