Color spaces of #ff8708
RGB | 255 | 135 | 8 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.52 |
HSV | 31° | 97° | 100° |
CMYK | 0.00 | 0.47 | 0.97 0.00 |
XYZ | 49.9478 | 38.6055 | 5.0488 |
Yxy | 38.6055 | 0.5336 | 0.4124 |
Hunter Lab | 62.1333 | 34.7594 | 38.6756 |
CIE-Lab | 68.4645 | 39.4155 | 73.7764 |
#ff8708 color RGB value is (255,135,8).
#ff8708 hex color red value is 255, green value is 135 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ff8708 hue: 0.09 , saturation: 1.00 and the lightness value of ff8708 is 0.52.
The process color (four color CMYK) of #ff8708 color hex is 0.00, 0.47, 0.97, 0.00. Web safe color of #ff8708 is #ff9900. Color #ff8708 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10000111 | 00001000 |
Octal | 377 | 207 | 10 |
Decimal | 255 | 135 | 8 |
Hex | FF | 87 | 8 |
Shades of #ff8708
Tints of #ff8708
RGB Percentages of Color #ff8708
CMYK Percentages of Color #ff8708
Complementary Color
#ff8708 | #0880ff |
#ff8708 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ff8708 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ff8708 Color CSS Codes
.mybgcolor {background-color:#ff8708; } .myforecolor {color:#ff8708; } .mybordercolor {border:3px solid #ff8708; }
#ff8708 Text Font Color
<p style="color:#ff8708">Text here</p>
This sample text font color is #ff8708
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.
#ff8708 Background Color
<div style="background-color:#ff8708">
Div content here</div>
This div background color is #ff8708
#ff8708 Border Color
<div style="border:3px solid #ff8708">
Div here</div>
This div border color is #ff8708
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,135,8, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ff8708; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ff8708; -webkit-box-shadow: 1px 1px 3px 2px #ff8708; box-shadow: 1px 1px 3px 2px #ff8708; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,135,8, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ff8708">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ff8708; -webkit-box-shadow: 1px 1px 3px 2px #ff8708; box-shadow: 1px 1px 3px 2px #ff8708;">
Div content here</div>
This div box has shadow with color #ff8708
Comments
No comments written yet.
Please login to write comment.