Color spaces of #cd873e
RGB | 205 | 135 | 62 |
---|---|---|---|
HSL | 0.09 | 0.59 | 0.52 |
HSV | 31° | 70° | 80° |
CMYK | 0.00 | 0.34 | 0.70 0.20 |
XYZ | 34.7103 | 30.6549 | 8.6450 |
Yxy | 30.6549 | 0.4690 | 0.4142 |
Hunter Lab | 55.3669 | 15.0122 | 29.4992 |
CIE-Lab | 62.2152 | 20.2562 | 48.8935 |
#cd873e color RGB value is (205,135,62).
#cd873e hex color red value is 205, green value is 135 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cd873e hue: 0.09 , saturation: 0.59 and the lightness value of cd873e is 0.52.
The process color (four color CMYK) of #cd873e color hex is 0.00, 0.34, 0.70, 0.20. Web safe color of #cd873e is #cc9933. Color #cd873e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10000111 | 00111110 |
Octal | 315 | 207 | 76 |
Decimal | 205 | 135 | 62 |
Hex | CD | 87 | 3E |
Shades of #cd873e
Tints of #cd873e
RGB Percentages of Color #cd873e
CMYK Percentages of Color #cd873e
Complementary Color
#cd873e | #3e84cd |
#cd873e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd873e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd873e Color CSS Codes
.mybgcolor {background-color:#cd873e; } .myforecolor {color:#cd873e; } .mybordercolor {border:3px solid #cd873e; }
#cd873e Text Font Color
<p style="color:#cd873e">Text here</p>
This sample text font color is #cd873e
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.
#cd873e Background Color
<div style="background-color:#cd873e">
Div content here</div>
This div background color is #cd873e
#cd873e Border Color
<div style="border:3px solid #cd873e">
Div here</div>
This div border color is #cd873e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,135,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd873e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd873e; -webkit-box-shadow: 1px 1px 3px 2px #cd873e; box-shadow: 1px 1px 3px 2px #cd873e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,135,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 #cd873e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd873e; -webkit-box-shadow: 1px 1px 3px 2px #cd873e; box-shadow: 1px 1px 3px 2px #cd873e;">
Div content here</div>
This div box has shadow with color #cd873e
Comments
No comments written yet.
Please login to write comment.