Color Hex Logo

#8f9acb Color Hex

#8F9ACB
(143,154,203)
0 Favorites   0 Comments

Color spaces of #8f9acb

RGB 143154203
HSL0.640.370.68
HSV229°30°80°
CMYK 0.300.240.00   0.20
XYZ33.662833.262661.1460
Yxy33.26260.26280.2597
Hunter Lab57.67373.2572-22.4880
CIE-Lab64.37307.3236-26.4317

#8f9acb color RGB value is (143,154,203).

#8f9acb hex color red value is 143, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8f9acb hue: 0.64 , saturation: 0.37 and the lightness value of 8f9acb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10011010 11001011
Octal 217 232 313
Decimal 143 154 203
Hex 8F 9A CB

RGB Percentages of Color #8f9acb

%28.60
%30.80
%40.60

CMYK Percentages of Color #8f9acb

%30
%24
%0
%20

Triadic Colors of #8f9acb

#8f9acb #cb8f9a #9acb8f

Analogous Colors of #8f9acb

#8f9acb #a28fcb #8fb8cb

Monochromatic Colors of #8f9acb

#8f9acb

Complementary Color

#8f9acb #cbc08f

#8f9acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f9acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f9acb Color CSS Codes

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

#8f9acb Text Font Color

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

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


#8f9acb Background Color

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

This div background color is #8f9acb


#8f9acb Border Color

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

This div border color is #8f9acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f9acb


Comments

No comments written yet.

Please login to write comment.