Color Hex Logo

#998284 Color Hex

#998284
(153,130,132)
0 Favorites   0 Comments

Color spaces of #998284

RGB 153130132
HSL0.990.100.55
HSV355°15°60°
CMYK 0.000.150.14   0.40
XYZ25.284424.403525.2075
Yxy24.40350.33760.3258
Hunter Lab49.39994.91204.3258
CIE-Lab56.48959.11452.1759

#998284 color RGB value is (153,130,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000010 10000100
Octal 231 202 204
Decimal 153 130 132
Hex 99 82 84

RGB Percentages of Color #998284

%36.87
%31.33
%31.81

CMYK Percentages of Color #998284

%0
%15
%14
%40

Triadic Colors of #998284

#998284 #849982 #828499

Analogous Colors of #998284

#998284 #998c82 #998290

Monochromatic Colors of #998284

#998284

Complementary Color

#998284 #829997

#998284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998284 Color CSS Codes

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

#998284 Text Font Color

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

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


#998284 Background Color

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

This div background color is #998284


#998284 Border Color

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

This div border color is #998284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998284


Comments

No comments written yet.

Please login to write comment.