Color spaces of #cd5600
RGB | 205 | 86 | 0 |
---|---|---|---|
HSL | 0.07 | 1.00 | 0.40 |
HSV | 25° | 100° | 80° |
CMYK | 0.00 | 0.58 | 1.00 0.20 |
XYZ | 28.5046 | 19.6347 | 2.2875 |
Yxy | 19.6347 | 0.5653 | 0.3894 |
Hunter Lab | 44.3111 | 37.2819 | 27.9570 |
CIE-Lab | 51.4217 | 44.0687 | 61.0581 |
#cd5600 color RGB value is (205,86,0).
#cd5600 hex color red value is 205, green value is 86 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cd5600 hue: 0.07 , saturation: 1.00 and the lightness value of cd5600 is 0.40.
The process color (four color CMYK) of #cd5600 color hex is 0.00, 0.58, 1.00, 0.20. Web safe color of #cd5600 is #cc6600. Color #cd5600 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 01010110 | 00000000 |
Octal | 315 | 126 | 0 |
Decimal | 205 | 86 | 0 |
Hex | CD | 56 | 0 |
Shades of #cd5600
Tints of #cd5600
RGB Percentages of Color #cd5600
CMYK Percentages of Color #cd5600
Complementary Color
#cd5600 | #0077cd |
#cd5600 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd5600 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd5600 Color CSS Codes
.mybgcolor {background-color:#cd5600; } .myforecolor {color:#cd5600; } .mybordercolor {border:3px solid #cd5600; }
#cd5600 Text Font Color
<p style="color:#cd5600">Text here</p>
This sample text font color is #cd5600
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.
#cd5600 Background Color
<div style="background-color:#cd5600">
Div content here</div>
This div background color is #cd5600
#cd5600 Border Color
<div style="border:3px solid #cd5600">
Div here</div>
This div border color is #cd5600
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,86,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd5600; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd5600; -webkit-box-shadow: 1px 1px 3px 2px #cd5600; box-shadow: 1px 1px 3px 2px #cd5600; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,86,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd5600">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd5600; -webkit-box-shadow: 1px 1px 3px 2px #cd5600; box-shadow: 1px 1px 3px 2px #cd5600;">
Div content here</div>
This div box has shadow with color #cd5600
Comments
No comments written yet.
Please login to write comment.