Color Hex Logo

#8e8bab Color Hex

#8E8BAB
(142,139,171)
0 Favorites   0 Comments

Color spaces of #8e8bab

RGB 142139171
HSL0.680.160.61
HSV246°19°67°
CMYK 0.170.190.00   0.33
XYZ27.738627.156342.3078
Yxy27.15630.28540.2794
Hunter Lab52.11173.8185-11.6574
CIE-Lab59.11877.8665-16.4280

#8e8bab color RGB value is (142,139,171).

#8e8bab hex color red value is 142, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8e8bab hue: 0.68 , saturation: 0.16 and the lightness value of 8e8bab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10001011 10101011
Octal 216 213 253
Decimal 142 139 171
Hex 8E 8B AB

RGB Percentages of Color #8e8bab

%31.42
%30.75
%37.83

CMYK Percentages of Color #8e8bab

%17
%19
%0
%33

Triadic Colors of #8e8bab

#8e8bab #ab8e8b #8bab8e

Analogous Colors of #8e8bab

#8e8bab #9e8bab #8b98ab

Monochromatic Colors of #8e8bab

#8e8bab

Complementary Color

#8e8bab #a8ab8b

#8e8bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e8bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e8bab Color CSS Codes

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

#8e8bab Text Font Color

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

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


#8e8bab Background Color

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

This div background color is #8e8bab


#8e8bab Border Color

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

This div border color is #8e8bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e8bab


Comments

No comments written yet.

Please login to write comment.