Color spaces of #988638
RGB | 152 | 134 | 56 |
---|---|---|---|
HSL | 0.14 | 0.46 | 0.41 |
HSV | 49° | 63° | 60° |
CMYK | 0.00 | 0.12 | 0.63 0.40 |
XYZ | 22.1878 | 24.0111 | 7.2066 |
Yxy | 24.0111 | 0.4155 | 0.4496 |
Hunter Lab | 49.0011 | -4.9268 | 25.5810 |
CIE-Lab | 56.0989 | -2.9050 | 43.4075 |
#988638 color RGB value is (152,134,56).
#988638 hex color red value is 152, green value is 134 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #988638 hue: 0.14 , saturation: 0.46 and the lightness value of 988638 is 0.41.
The process color (four color CMYK) of #988638 color hex is 0.00, 0.12, 0.63, 0.40. Web safe color of #988638 is #999933. Color #988638 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10000110 | 00111000 |
Octal | 230 | 206 | 70 |
Decimal | 152 | 134 | 56 |
Hex | 98 | 86 | 38 |
Shades of #988638
Tints of #988638
RGB Percentages of Color #988638
CMYK Percentages of Color #988638
Complementary Color
#988638 | #384a98 |
#988638 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#988638 Color Preview on White Background
Lorem ipsum dolor sit amet.
#988638 Color CSS Codes
.mybgcolor {background-color:#988638; } .myforecolor {color:#988638; } .mybordercolor {border:3px solid #988638; }
#988638 Text Font Color
<p style="color:#988638">Text here</p>
This sample text font color is #988638
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.
#988638 Background Color
<div style="background-color:#988638">
Div content here</div>
This div background color is #988638
#988638 Border Color
<div style="border:3px solid #988638">
Div here</div>
This div border color is #988638
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,134,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #988638; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988638; -webkit-box-shadow: 1px 1px 3px 2px #988638; box-shadow: 1px 1px 3px 2px #988638; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,134,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #988638">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #988638; -webkit-box-shadow: 1px 1px 3px 2px #988638; box-shadow: 1px 1px 3px 2px #988638;">
Div content here</div>
This div box has shadow with color #988638
Comments
No comments written yet.
Please login to write comment.