Color spaces of #88802c
RGB | 136 | 128 | 44 |
---|---|---|---|
HSL | 0.15 | 0.51 | 0.35 |
HSV | 55° | 68° | 53° |
CMYK | 0.00 | 0.06 | 0.68 0.47 |
XYZ | 18.3271 | 20.8544 | 5.4422 |
Yxy | 20.8544 | 0.4107 | 0.4673 |
Hunter Lab | 45.6666 | -8.2803 | 24.9009 |
CIE-Lab | 52.7898 | -7.6470 | 44.9312 |
#88802c color RGB value is (136,128,44).
#88802c hex color red value is 136, green value is 128 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #88802c hue: 0.15 , saturation: 0.51 and the lightness value of 88802c is 0.35.
The process color (four color CMYK) of #88802c color hex is 0.00, 0.06, 0.68, 0.47. Web safe color of #88802c is #999933. Color #88802c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001000 | 10000000 | 00101100 |
Octal | 210 | 200 | 54 |
Decimal | 136 | 128 | 44 |
Hex | 88 | 80 | 2C |
Shades of #88802c
Tints of #88802c
RGB Percentages of Color #88802c
CMYK Percentages of Color #88802c
Complementary Color
#88802c | #2c3488 |
#88802c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#88802c Color Preview on White Background
Lorem ipsum dolor sit amet.
#88802c Color CSS Codes
.mybgcolor {background-color:#88802c; } .myforecolor {color:#88802c; } .mybordercolor {border:3px solid #88802c; }
#88802c Text Font Color
<p style="color:#88802c">Text here</p>
This sample text font color is #88802c
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.
#88802c Background Color
<div style="background-color:#88802c">
Div content here</div>
This div background color is #88802c
#88802c Border Color
<div style="border:3px solid #88802c">
Div here</div>
This div border color is #88802c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(136,128,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #88802c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #88802c; -webkit-box-shadow: 1px 1px 3px 2px #88802c; box-shadow: 1px 1px 3px 2px #88802c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(136,128,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #88802c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #88802c; -webkit-box-shadow: 1px 1px 3px 2px #88802c; box-shadow: 1px 1px 3px 2px #88802c;">
Div content here</div>
This div box has shadow with color #88802c
Comments
No comments written yet.
Please login to write comment.