Color Hex Logo

#998882 Color Hex

#998882
(153,136,130)
0 Favorites   0 Comments

Color spaces of #998882

RGB 153136130
HSL0.040.100.55
HSV16°15°60°
CMYK 0.000.110.15   0.40
XYZ25.970325.992324.7673
Yxy25.99230.33850.3388
Hunter Lab50.98261.70746.8848
CIE-Lab58.02975.35765.5505

#998882 color RGB value is (153,136,130).

#998882 hex color red value is 153, green value is 136 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #998882 hue: 0.04 , saturation: 0.10 and the lightness value of 998882 is 0.55.

The process color (four color CMYK) of #998882 color hex is 0.00, 0.11, 0.15, 0.40. Web safe color of #998882 is #999999. Color #998882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 10000010
Octal 231 210 202
Decimal 153 136 130
Hex 99 88 82

RGB Percentages of Color #998882

%36.52
%32.46
%31.03

CMYK Percentages of Color #998882

%0
%11
%15
%40

Triadic Colors of #998882

#998882 #829988 #888299

Analogous Colors of #998882

#998882 #999482 #998288

Monochromatic Colors of #998882

#998882

Complementary Color

#998882 #829399

#998882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998882 Color CSS Codes

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

#998882 Text Font Color

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

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


#998882 Background Color

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

This div background color is #998882


#998882 Border Color

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

This div border color is #998882


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,136,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998882; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998882;
  -webkit-box-shadow: 1px 1px 3px 2px #998882;
  box-shadow:         1px 1px 3px 2px #998882; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998882


Comments

No comments written yet.

Please login to write comment.