Color spaces of #ad380f
RGB | 173 | 56 | 15 |
---|---|---|---|
HSL | 0.04 | 0.84 | 0.37 |
HSV | 16° | 91° | 68° |
CMYK | 0.00 | 0.68 | 0.91 0.32 |
XYZ | 18.7340 | 11.7471 | 1.7320 |
Yxy | 11.7471 | 0.5816 | 0.3647 |
Hunter Lab | 34.2740 | 37.5875 | 20.9957 |
CIE-Lab | 40.8113 | 46.1065 | 47.6516 |
#ad380f color RGB value is (173,56,15).
#ad380f hex color red value is 173, green value is 56 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ad380f hue: 0.04 , saturation: 0.84 and the lightness value of ad380f is 0.37.
The process color (four color CMYK) of #ad380f color hex is 0.00, 0.68, 0.91, 0.32. Web safe color of #ad380f is #993300. Color #ad380f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 00111000 | 00001111 |
Octal | 255 | 70 | 17 |
Decimal | 173 | 56 | 15 |
Hex | AD | 38 | F |
Shades of #ad380f
Tints of #ad380f
RGB Percentages of Color #ad380f
CMYK Percentages of Color #ad380f
Complementary Color
#ad380f | #0f84ad |
#ad380f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad380f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad380f Color CSS Codes
.mybgcolor {background-color:#ad380f; } .myforecolor {color:#ad380f; } .mybordercolor {border:3px solid #ad380f; }
#ad380f Text Font Color
<p style="color:#ad380f">Text here</p>
This sample text font color is #ad380f
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.
#ad380f Background Color
<div style="background-color:#ad380f">
Div content here</div>
This div background color is #ad380f
#ad380f Border Color
<div style="border:3px solid #ad380f">
Div here</div>
This div border color is #ad380f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,56,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad380f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad380f; -webkit-box-shadow: 1px 1px 3px 2px #ad380f; box-shadow: 1px 1px 3px 2px #ad380f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,56,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad380f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad380f; -webkit-box-shadow: 1px 1px 3px 2px #ad380f; box-shadow: 1px 1px 3px 2px #ad380f;">
Div content here</div>
This div box has shadow with color #ad380f
Comments
No comments written yet.
Please login to write comment.