Color spaces of #de5712
RGB | 222 | 87 | 18 |
---|---|---|---|
HSL | 0.06 | 0.85 | 0.47 |
HSV | 20° | 92° | 87° |
CMYK | 0.00 | 0.61 | 0.92 0.13 |
XYZ | 33.6416 | 22.3897 | 3.1208 |
Yxy | 22.3897 | 0.5687 | 0.3785 |
Hunter Lab | 47.3178 | 44.1024 | 29.2120 |
CIE-Lab | 54.4381 | 50.0722 | 60.2383 |
#de5712 color RGB value is (222,87,18).
#de5712 hex color red value is 222, green value is 87 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #de5712 hue: 0.06 , saturation: 0.85 and the lightness value of de5712 is 0.47.
The process color (four color CMYK) of #de5712 color hex is 0.00, 0.61, 0.92, 0.13. Web safe color of #de5712 is #cc6600. Color #de5712 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01010111 | 00010010 |
Octal | 336 | 127 | 22 |
Decimal | 222 | 87 | 18 |
Hex | DE | 57 | 12 |
Shades of #de5712
Tints of #de5712
RGB Percentages of Color #de5712
CMYK Percentages of Color #de5712
Complementary Color
#de5712 | #1299de |
#de5712 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de5712 Color Preview on White Background
Lorem ipsum dolor sit amet.
#de5712 Color CSS Codes
.mybgcolor {background-color:#de5712; } .myforecolor {color:#de5712; } .mybordercolor {border:3px solid #de5712; }
#de5712 Text Font Color
<p style="color:#de5712">Text here</p>
This sample text font color is #de5712
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.
#de5712 Background Color
<div style="background-color:#de5712">
Div content here</div>
This div background color is #de5712
#de5712 Border Color
<div style="border:3px solid #de5712">
Div here</div>
This div border color is #de5712
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,87,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de5712; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de5712; -webkit-box-shadow: 1px 1px 3px 2px #de5712; box-shadow: 1px 1px 3px 2px #de5712; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,87,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de5712">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de5712; -webkit-box-shadow: 1px 1px 3px 2px #de5712; box-shadow: 1px 1px 3px 2px #de5712;">
Div content here</div>
This div box has shadow with color #de5712
Comments
No comments written yet.
Please login to write comment.