Color Hex Logo

#8f8eac Color Hex

#8F8EAC
(143,142,172)
0 Favorites   0 Comments

Color spaces of #8f8eac

RGB 143142172
HSL0.670.150.62
HSV242°17°67°
CMYK 0.170.170.00   0.33
XYZ28.447128.164242.9666
Yxy28.16420.28570.2828
Hunter Lab53.07002.8090-10.8535
CIE-Lab60.03686.7093-15.5988

#8f8eac color RGB value is (143,142,172).

#8f8eac hex color red value is 143, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8f8eac hue: 0.67 , saturation: 0.15 and the lightness value of 8f8eac is 0.62.

The process color (four color CMYK) of #8f8eac color hex is 0.17, 0.17, 0.00, 0.33. Web safe color of #8f8eac is #999999. Color #8f8eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001110 10101100
Octal 217 216 254
Decimal 143 142 172
Hex 8F 8E AC

RGB Percentages of Color #8f8eac

%31.29
%31.07
%37.64

CMYK Percentages of Color #8f8eac

%17
%17
%0
%33

Triadic Colors of #8f8eac

#8f8eac #ac8f8e #8eac8f

Analogous Colors of #8f8eac

#8f8eac #9e8eac #8e9cac

Monochromatic Colors of #8f8eac

#8f8eac

Complementary Color

#8f8eac #abac8e

#8f8eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8eac Color CSS Codes

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

#8f8eac Text Font Color

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

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


#8f8eac Background Color

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

This div background color is #8f8eac


#8f8eac Border Color

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

This div border color is #8f8eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8eac


Comments

No comments written yet.

Please login to write comment.