Color spaces of #de680a
RGB | 222 | 104 | 10 |
---|---|---|---|
HSL | 0.07 | 0.91 | 0.45 |
HSV | 27° | 95° | 87° |
CMYK | 0.00 | 0.53 | 0.95 0.13 |
XYZ | 35.1293 | 25.4521 | 3.3484 |
Yxy | 25.4521 | 0.5495 | 0.3981 |
Hunter Lab | 50.4501 | 36.0052 | 31.3799 |
CIE-Lab | 57.5133 | 41.9554 | 64.0872 |
#de680a color RGB value is (222,104,10).
#de680a hex color red value is 222, green value is 104 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #de680a hue: 0.07 , saturation: 0.91 and the lightness value of de680a is 0.45.
The process color (four color CMYK) of #de680a color hex is 0.00, 0.53, 0.95, 0.13. Web safe color of #de680a is #cc6600. Color #de680a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011110 | 01101000 | 00001010 |
Octal | 336 | 150 | 12 |
Decimal | 222 | 104 | 10 |
Hex | DE | 68 | A |
Shades of #de680a
Tints of #de680a
RGB Percentages of Color #de680a
CMYK Percentages of Color #de680a
Complementary Color
#de680a | #0a80de |
#de680a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#de680a Color Preview on White Background
Lorem ipsum dolor sit amet.
#de680a Color CSS Codes
.mybgcolor {background-color:#de680a; } .myforecolor {color:#de680a; } .mybordercolor {border:3px solid #de680a; }
#de680a Text Font Color
<p style="color:#de680a">Text here</p>
This sample text font color is #de680a
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.
#de680a Background Color
<div style="background-color:#de680a">
Div content here</div>
This div background color is #de680a
#de680a Border Color
<div style="border:3px solid #de680a">
Div here</div>
This div border color is #de680a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(222,104,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #de680a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #de680a; -webkit-box-shadow: 1px 1px 3px 2px #de680a; box-shadow: 1px 1px 3px 2px #de680a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(222,104,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #de680a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #de680a; -webkit-box-shadow: 1px 1px 3px 2px #de680a; box-shadow: 1px 1px 3px 2px #de680a;">
Div content here</div>
This div box has shadow with color #de680a
Comments
No comments written yet.
Please login to write comment.