Color spaces of #988979
RGB | 152 | 137 | 121 |
---|---|---|---|
HSL | 0.09 | 0.13 | 0.54 |
HSV | 31° | 20° | 60° |
CMYK | 0.00 | 0.10 | 0.20 0.40 |
XYZ | 25.3457 | 25.9472 | 21.7616 |
Yxy | 25.9472 | 0.3469 | 0.3552 |
Hunter Lab | 50.9384 | -0.3250 | 10.3274 |
CIE-Lab | 57.9869 | 2.9200 | 10.6298 |
#988979 color RGB value is (152,137,121).
#988979 hex color red value is 152, green value is 137 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #988979 hue: 0.09 , saturation: 0.13 and the lightness value of 988979 is 0.54.
The process color (four color CMYK) of #988979 color hex is 0.00, 0.10, 0.20, 0.40. Web safe color of #988979 is #999966. Color #988979 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10001001 | 01111001 |
Octal | 230 | 211 | 171 |
Decimal | 152 | 137 | 121 |
Hex | 98 | 89 | 79 |
Shades of #988979
Tints of #988979
RGB Percentages of Color #988979
CMYK Percentages of Color #988979
Complementary Color
#988979 | #798898 |
#988979 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#988979 Color Preview on White Background
Lorem ipsum dolor sit amet.
#988979 Color CSS Codes
.mybgcolor {background-color:#988979; } .myforecolor {color:#988979; } .mybordercolor {border:3px solid #988979; }
#988979 Text Font Color
<p style="color:#988979">Text here</p>
This sample text font color is #988979
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.
#988979 Background Color
<div style="background-color:#988979">
Div content here</div>
This div background color is #988979
#988979 Border Color
<div style="border:3px solid #988979">
Div here</div>
This div border color is #988979
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,137,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #988979; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #988979; -webkit-box-shadow: 1px 1px 3px 2px #988979; box-shadow: 1px 1px 3px 2px #988979; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,137,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #988979">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #988979; -webkit-box-shadow: 1px 1px 3px 2px #988979; box-shadow: 1px 1px 3px 2px #988979;">
Div content here</div>
This div box has shadow with color #988979
Comments
No comments written yet.
Please login to write comment.