Color Hex Logo

#98828e Color Hex

#98828E
(152,130,142)
0 Favorites   0 Comments

Color spaces of #98828e

RGB 152130142
HSL0.910.100.55
HSV327°14°60°
CMYK 0.000.140.07   0.40
XYZ25.814024.593728.9777
Yxy24.59370.32520.3098
Hunter Lab49.59206.12800.0700
CIE-Lab56.677410.5345-3.3407

#98828e color RGB value is (152,130,142).

#98828e hex color red value is 152, green value is 130 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #98828e hue: 0.91 , saturation: 0.10 and the lightness value of 98828e is 0.55.

The process color (four color CMYK) of #98828e color hex is 0.00, 0.14, 0.07, 0.40. Web safe color of #98828e is #999999. Color #98828e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10000010 10001110
Octal 230 202 216
Decimal 152 130 142
Hex 98 82 8E

RGB Percentages of Color #98828e

%35.85
%30.66
%33.49

CMYK Percentages of Color #98828e

%0
%14
%7
%40

Triadic Colors of #98828e

#98828e #8e9882 #828e98

Analogous Colors of #98828e

#98828e #988283 #978298

Monochromatic Colors of #98828e

#98828e

Complementary Color

#98828e #82988c

#98828e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98828e Color Preview on White Background

Lorem ipsum dolor sit amet.

#98828e Color CSS Codes

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

#98828e Text Font Color

<p style="color:#98828e">Text here</p>

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


#98828e Background Color

<div style="background-color:#98828e">
Div content here</div>

This div background color is #98828e


#98828e Border Color

<div style="border:3px solid #98828e">
Div here</div>

This div border color is #98828e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #98828e


Comments

No comments written yet.

Please login to write comment.