Color spaces of #98640a
RGB | 152 | 100 | 10 |
---|---|---|---|
HSL | 0.11 | 0.88 | 0.32 |
HSV | 38° | 93° | 60° |
CMYK | 0.00 | 0.34 | 0.93 0.40 |
XYZ | 17.5609 | 15.8117 | 2.4136 |
Yxy | 15.8117 | 0.4907 | 0.4418 |
Hunter Lab | 39.7639 | 9.2439 | 24.2360 |
CIE-Lab | 46.7265 | 14.4051 | 51.9669 |
#98640a color RGB value is (152,100,10).
#98640a hex color red value is 152, green value is 100 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #98640a hue: 0.11 , saturation: 0.88 and the lightness value of 98640a is 0.32.
The process color (four color CMYK) of #98640a color hex is 0.00, 0.34, 0.93, 0.40. Web safe color of #98640a is #996600. Color #98640a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 01100100 | 00001010 |
Octal | 230 | 144 | 12 |
Decimal | 152 | 100 | 10 |
Hex | 98 | 64 | A |
Shades of #98640a
Tints of #98640a
RGB Percentages of Color #98640a
CMYK Percentages of Color #98640a
Complementary Color
#98640a | #0a3e98 |
#98640a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98640a Color Preview on White Background
Lorem ipsum dolor sit amet.
#98640a Color CSS Codes
.mybgcolor {background-color:#98640a; } .myforecolor {color:#98640a; } .mybordercolor {border:3px solid #98640a; }
#98640a Text Font Color
<p style="color:#98640a">Text here</p>
This sample text font color is #98640a
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.
#98640a Background Color
<div style="background-color:#98640a">
Div content here</div>
This div background color is #98640a
#98640a Border Color
<div style="border:3px solid #98640a">
Div here</div>
This div border color is #98640a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,100,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98640a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98640a; -webkit-box-shadow: 1px 1px 3px 2px #98640a; box-shadow: 1px 1px 3px 2px #98640a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,100,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98640a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98640a; -webkit-box-shadow: 1px 1px 3px 2px #98640a; box-shadow: 1px 1px 3px 2px #98640a;">
Div content here</div>
This div box has shadow with color #98640a
Comments
No comments written yet.
Please login to write comment.