Color Hex Logo

#998456 Color Hex

#998456
(153,132,86)
0 Favorites   0 Comments

Color spaces of #998456

RGB 15313286
HSL0.110.280.47
HSV41°44°60°
CMYK 0.000.140.44   0.40
XYZ23.067823.946712.2105
Yxy23.94670.38950.4043
Hunter Lab48.9354-1.493219.4605
CIE-Lab56.03441.390627.7504

#998456 color RGB value is (153,132,86).

#998456 hex color red value is 153, green value is 132 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #998456 hue: 0.11 , saturation: 0.28 and the lightness value of 998456 is 0.47.

The process color (four color CMYK) of #998456 color hex is 0.00, 0.14, 0.44, 0.40. Web safe color of #998456 is #999966. Color #998456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000100 01010110
Octal 231 204 126
Decimal 153 132 86
Hex 99 84 56

RGB Percentages of Color #998456

%41.24
%35.58
%23.18

CMYK Percentages of Color #998456

%0
%14
%44
%40

Triadic Colors of #998456

#998456 #569984 #845699

Analogous Colors of #998456

#998456 #8d9956 #996356

Monochromatic Colors of #998456

#998456

Complementary Color

#998456 #566b99

#998456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998456 Color CSS Codes

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

#998456 Text Font Color

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

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


#998456 Background Color

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

This div background color is #998456


#998456 Border Color

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

This div border color is #998456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998456


Comments

No comments written yet.

Please login to write comment.