Color Hex Logo

#8e9498 Color Hex

#8E9498
(142,148,152)
0 Favorites   0 Comments

Color spaces of #8e9498

RGB 142148152
HSL0.570.050.58
HSV204°60°
CMYK 0.070.030.00   0.40
XYZ27.412729.197633.8967
Yxy29.19760.30290.3226
Hunter Lab54.0348-4.00510.6310
CIE-Lab60.9556-1.3552-2.8667

#8e9498 color RGB value is (142,148,152).

#8e9498 hex color red value is 142, green value is 148 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #8e9498 hue: 0.57 , saturation: 0.05 and the lightness value of 8e9498 is 0.58.

The process color (four color CMYK) of #8e9498 color hex is 0.07, 0.03, 0.00, 0.40. Web safe color of #8e9498 is #999999. Color #8e9498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10010100 10011000
Octal 216 224 230
Decimal 142 148 152
Hex 8E 94 98

RGB Percentages of Color #8e9498

%32.13
%33.48
%34.39

CMYK Percentages of Color #8e9498

%7
%3
%0
%40

Triadic Colors of #8e9498

#8e9498 #988e94 #94988e

Analogous Colors of #8e9498

#8e9498 #8e8f98 #8e9897

Monochromatic Colors of #8e9498

#8e9498

Complementary Color

#8e9498 #98928e

#8e9498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e9498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e9498 Color CSS Codes

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

#8e9498 Text Font Color

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

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


#8e9498 Background Color

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

This div background color is #8e9498


#8e9498 Border Color

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

This div border color is #8e9498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e9498


Comments

No comments written yet.

Please login to write comment.