Color Hex Logo

#8f9abc Color Hex

#8F9ABC
(143,154,188)
0 Favorites   0 Comments

Color spaces of #8f9abc

RGB 143154188
HSL0.630.250.65
HSV225°24°74°
CMYK 0.240.180.00   0.26
XYZ31.960432.581752.1814
Yxy32.58170.27380.2791
Hunter Lab57.08040.0549-14.2451
CIE-Lab63.82083.6369-18.8903

#8f9abc color RGB value is (143,154,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011010 10111100
Octal 217 232 274
Decimal 143 154 188
Hex 8F 9A BC

RGB Percentages of Color #8f9abc

%29.48
%31.75
%38.76

CMYK Percentages of Color #8f9abc

%24
%18
%0
%26

Triadic Colors of #8f9abc

#8f9abc #bc8f9a #9abc8f

Analogous Colors of #8f9abc

#8f9abc #9b8fbc #8fb1bc

Monochromatic Colors of #8f9abc

#8f9abc

Complementary Color

#8f9abc #bcb18f

#8f9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9abc Color CSS Codes

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

#8f9abc Text Font Color

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

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


#8f9abc Background Color

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

This div background color is #8f9abc


#8f9abc Border Color

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

This div border color is #8f9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9abc


Comments

No comments written yet.

Please login to write comment.