Color Hex Logo

#98808c Color Hex

#98808C
(152,128,140)
0 Favorites   0 Comments

Color spaces of #98808c

RGB 152128140
HSL0.920.100.55
HSV330°16°60°
CMYK 0.000.160.08   0.40
XYZ25.401724.007228.1060
Yxy24.00720.32770.3097
Hunter Lab48.99716.79520.2878
CIE-Lab56.095011.3116-3.0416

#98808c color RGB value is (152,128,140).

#98808c hex color red value is 152, green value is 128 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #98808c hue: 0.92 , saturation: 0.10 and the lightness value of 98808c is 0.55.

The process color (four color CMYK) of #98808c color hex is 0.00, 0.16, 0.08, 0.40. Web safe color of #98808c is #999999. Color #98808c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000000 10001100
Octal 230 200 214
Decimal 152 128 140
Hex 98 80 8C

RGB Percentages of Color #98808c

%36.19
%30.48
%33.33

CMYK Percentages of Color #98808c

%0
%16
%8
%40

Triadic Colors of #98808c

#98808c #8c9880 #808c98

Analogous Colors of #98808c

#98808c #988080 #988098

Monochromatic Colors of #98808c

#98808c

Complementary Color

#98808c #80988c

#98808c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98808c Color Preview on White Background

Lorem ipsum dolor sit amet.

#98808c Color CSS Codes

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

#98808c Text Font Color

<p style="color:#98808c">Text here</p>

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


#98808c Background Color

<div style="background-color:#98808c">
Div content here</div>

This div background color is #98808c


#98808c Border Color

<div style="border:3px solid #98808c">
Div here</div>

This div border color is #98808c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98808c


Comments

No comments written yet.

Please login to write comment.