Color spaces of #88986d
RGB | 136 | 152 | 109 |
---|---|---|---|
HSL | 0.23 | 0.17 | 0.51 |
HSV | 82° | 28° | 60° |
CMYK | 0.11 | 0.00 | 0.28 0.40 |
XYZ | 24.1419 | 28.7948 | 18.7535 |
Yxy | 28.7948 | 0.3368 | 0.4017 |
Hunter Lab | 53.6608 | -13.5995 | 16.8417 |
CIE-Lab | 60.6001 | -13.5217 | 20.7925 |
#88986d color RGB value is (136,152,109).
#88986d hex color red value is 136, green value is 152 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #88986d hue: 0.23 , saturation: 0.17 and the lightness value of 88986d is 0.51.
The process color (four color CMYK) of #88986d color hex is 0.11, 0.00, 0.28, 0.40. Web safe color of #88986d is #999966. Color #88986d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10011000 | 01101101 |
Octal | 210 | 230 | 155 |
Decimal | 136 | 152 | 109 |
Hex | 88 | 98 | 6D |
Shades of #88986d
Tints of #88986d
RGB Percentages of Color #88986d
CMYK Percentages of Color #88986d
Complementary Color
#88986d | #7d6d98 |
#88986d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88986d Color Preview on White Background
Lorem ipsum dolor sit amet.
#88986d Color CSS Codes
.mybgcolor {background-color:#88986d; } .myforecolor {color:#88986d; } .mybordercolor {border:3px solid #88986d; }
#88986d Text Font Color
<p style="color:#88986d">Text here</p>
This sample text font color is #88986d
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.
#88986d Background Color
<div style="background-color:#88986d">
Div content here</div>
This div background color is #88986d
#88986d Border Color
<div style="border:3px solid #88986d">
Div here</div>
This div border color is #88986d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,152,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88986d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88986d; -webkit-box-shadow: 1px 1px 3px 2px #88986d; box-shadow: 1px 1px 3px 2px #88986d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,152,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88986d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88986d; -webkit-box-shadow: 1px 1px 3px 2px #88986d; box-shadow: 1px 1px 3px 2px #88986d;">
Div content here</div>
This div box has shadow with color #88986d
Comments
No comments written yet.
Please login to write comment.