Color Hex Logo

#8f9bbc Color Hex

#8F9BBC
(143,155,188)
0 Favorites   0 Comments

Color spaces of #8f9bbc

RGB 143155188
HSL0.620.250.65
HSV224°24°74°
CMYK 0.240.180.00   0.26
XYZ32.126132.913252.2366
Yxy32.91320.27390.2806
Hunter Lab57.3700-0.4410-13.8258
CIE-Lab64.09063.0738-18.4803

#8f9bbc color RGB value is (143,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011011 10111100
Octal 217 233 274
Decimal 143 155 188
Hex 8F 9B BC

RGB Percentages of Color #8f9bbc

%29.42
%31.89
%38.68

CMYK Percentages of Color #8f9bbc

%24
%18
%0
%26

Triadic Colors of #8f9bbc

#8f9bbc #bc8f9b #9bbc8f

Analogous Colors of #8f9bbc

#8f9bbc #9a8fbc #8fb2bc

Monochromatic Colors of #8f9bbc

#8f9bbc

Complementary Color

#8f9bbc #bcb08f

#8f9bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9bbc Color CSS Codes

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

#8f9bbc Text Font Color

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

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


#8f9bbc Background Color

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

This div background color is #8f9bbc


#8f9bbc Border Color

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

This div border color is #8f9bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9bbc


Comments

No comments written yet.

Please login to write comment.