Color Hex Logo

#8c98ac Color Hex

#8C98AC
(140,152,172)
0 Favorites   0 Comments

Color spaces of #8c98ac

RGB 140152172
HSL0.600.160.61
HSV218°19°67°
CMYK 0.190.120.00   0.33
XYZ29.489831.010543.4611
Yxy31.01050.28370.2983
Hunter Lab55.6871-2.9254-7.2921
CIE-Lab62.51650.0584-11.8840

#8c98ac color RGB value is (140,152,172).

#8c98ac hex color red value is 140, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8c98ac hue: 0.60 , saturation: 0.16 and the lightness value of 8c98ac is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011000 10101100
Octal 214 230 254
Decimal 140 152 172
Hex 8C 98 AC

RGB Percentages of Color #8c98ac

%30.17
%32.76
%37.07

CMYK Percentages of Color #8c98ac

%19
%12
%0
%33

Triadic Colors of #8c98ac

#8c98ac #ac8c98 #98ac8c

Analogous Colors of #8c98ac

#8c98ac #908cac #8ca8ac

Monochromatic Colors of #8c98ac

#8c98ac

Complementary Color

#8c98ac #aca08c

#8c98ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c98ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c98ac Color CSS Codes

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

#8c98ac Text Font Color

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

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


#8c98ac Background Color

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

This div background color is #8c98ac


#8c98ac Border Color

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

This div border color is #8c98ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c98ac


Comments

No comments written yet.

Please login to write comment.