Color spaces of #cd940f
RGB | 205 | 148 | 15 |
---|---|---|---|
HSL | 0.12 | 0.86 | 0.43 |
HSV | 42° | 93° | 80° |
CMYK | 0.00 | 0.28 | 0.93 0.20 |
XYZ | 35.8530 | 34.1934 | 5.1623 |
Yxy | 34.1934 | 0.4767 | 0.4546 |
Hunter Lab | 58.4751 | 7.1127 | 35.6983 |
CIE-Lab | 65.1158 | 11.6334 | 67.4683 |
#cd940f color RGB value is (205,148,15).
#cd940f hex color red value is 205, green value is 148 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cd940f hue: 0.12 , saturation: 0.86 and the lightness value of cd940f is 0.43.
The process color (four color CMYK) of #cd940f color hex is 0.00, 0.28, 0.93, 0.20. Web safe color of #cd940f is #cc9900. Color #cd940f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010100 | 00001111 |
Octal | 315 | 224 | 17 |
Decimal | 205 | 148 | 15 |
Hex | CD | 94 | F |
Shades of #cd940f
Tints of #cd940f
RGB Percentages of Color #cd940f
CMYK Percentages of Color #cd940f
Complementary Color
#cd940f | #0f48cd |
#cd940f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd940f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd940f Color CSS Codes
.mybgcolor {background-color:#cd940f; } .myforecolor {color:#cd940f; } .mybordercolor {border:3px solid #cd940f; }
#cd940f Text Font Color
<p style="color:#cd940f">Text here</p>
This sample text font color is #cd940f
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.
#cd940f Background Color
<div style="background-color:#cd940f">
Div content here</div>
This div background color is #cd940f
#cd940f Border Color
<div style="border:3px solid #cd940f">
Div here</div>
This div border color is #cd940f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,148,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd940f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd940f; -webkit-box-shadow: 1px 1px 3px 2px #cd940f; box-shadow: 1px 1px 3px 2px #cd940f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,148,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 #cd940f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd940f; -webkit-box-shadow: 1px 1px 3px 2px #cd940f; box-shadow: 1px 1px 3px 2px #cd940f;">
Div content here</div>
This div box has shadow with color #cd940f
Comments
No comments written yet.
Please login to write comment.