Color spaces of #cd913e
RGB | 205 | 145 | 62 |
---|---|---|---|
HSL | 0.10 | 0.59 | 0.52 |
HSV | 35° | 70° | 80° |
CMYK | 0.00 | 0.29 | 0.70 0.20 |
XYZ | 36.1717 | 33.5777 | 9.1321 |
Yxy | 33.5777 | 0.4586 | 0.4257 |
Hunter Lab | 57.9463 | 10.0188 | 31.2185 |
CIE-Lab | 64.6260 | 14.8119 | 51.4649 |
#cd913e color RGB value is (205,145,62).
#cd913e hex color red value is 205, green value is 145 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cd913e hue: 0.10 , saturation: 0.59 and the lightness value of cd913e is 0.52.
The process color (four color CMYK) of #cd913e color hex is 0.00, 0.29, 0.70, 0.20. Web safe color of #cd913e is #cc9933. Color #cd913e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10010001 | 00111110 |
Octal | 315 | 221 | 76 |
Decimal | 205 | 145 | 62 |
Hex | CD | 91 | 3E |
Shades of #cd913e
Tints of #cd913e
RGB Percentages of Color #cd913e
CMYK Percentages of Color #cd913e
Complementary Color
#cd913e | #3e7acd |
#cd913e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd913e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd913e Color CSS Codes
.mybgcolor {background-color:#cd913e; } .myforecolor {color:#cd913e; } .mybordercolor {border:3px solid #cd913e; }
#cd913e Text Font Color
<p style="color:#cd913e">Text here</p>
This sample text font color is #cd913e
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.
#cd913e Background Color
<div style="background-color:#cd913e">
Div content here</div>
This div background color is #cd913e
#cd913e Border Color
<div style="border:3px solid #cd913e">
Div here</div>
This div border color is #cd913e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,145,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd913e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd913e; -webkit-box-shadow: 1px 1px 3px 2px #cd913e; box-shadow: 1px 1px 3px 2px #cd913e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,145,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd913e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd913e; -webkit-box-shadow: 1px 1px 3px 2px #cd913e; box-shadow: 1px 1px 3px 2px #cd913e;">
Div content here</div>
This div box has shadow with color #cd913e
Comments
No comments written yet.
Please login to write comment.