Color spaces of #98824e
RGB | 152 | 130 | 78 |
---|---|---|---|
HSL | 0.12 | 0.32 | 0.45 |
HSV | 42° | 49° | 60° |
CMYK | 0.00 | 0.14 | 0.49 0.40 |
XYZ | 22.3067 | 23.1907 | 10.5083 |
Yxy | 23.1907 | 0.3983 | 0.4141 |
Hunter Lab | 48.1567 | -1.5912 | 20.7720 |
CIE-Lab | 55.2682 | 1.2245 | 31.1372 |
#98824e color RGB value is (152,130,78).
#98824e hex color red value is 152, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #98824e hue: 0.12 , saturation: 0.32 and the lightness value of 98824e is 0.45.
The process color (four color CMYK) of #98824e color hex is 0.00, 0.14, 0.49, 0.40. Web safe color of #98824e is #999966. Color #98824e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10000010 | 01001110 |
Octal | 230 | 202 | 116 |
Decimal | 152 | 130 | 78 |
Hex | 98 | 82 | 4E |
Shades of #98824e
Tints of #98824e
RGB Percentages of Color #98824e
CMYK Percentages of Color #98824e
Complementary Color
#98824e | #4e6498 |
#98824e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98824e Color Preview on White Background
Lorem ipsum dolor sit amet.
#98824e Color CSS Codes
.mybgcolor {background-color:#98824e; } .myforecolor {color:#98824e; } .mybordercolor {border:3px solid #98824e; }
#98824e Text Font Color
<p style="color:#98824e">Text here</p>
This sample text font color is #98824e
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.
#98824e Background Color
<div style="background-color:#98824e">
Div content here</div>
This div background color is #98824e
#98824e Border Color
<div style="border:3px solid #98824e">
Div here</div>
This div border color is #98824e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,130,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98824e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98824e; -webkit-box-shadow: 1px 1px 3px 2px #98824e; box-shadow: 1px 1px 3px 2px #98824e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,130,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98824e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98824e; -webkit-box-shadow: 1px 1px 3px 2px #98824e; box-shadow: 1px 1px 3px 2px #98824e;">
Div content here</div>
This div box has shadow with color #98824e
Comments
No comments written yet.
Please login to write comment.