Color spaces of #cd8451
RGB | 205 | 132 | 81 |
---|---|---|---|
HSL | 0.07 | 0.55 | 0.56 |
HSV | 25° | 60° | 80° |
CMYK | 0.00 | 0.36 | 0.60 0.20 |
XYZ | 34.9133 | 30.0757 | 11.7496 |
Yxy | 30.0757 | 0.4550 | 0.3919 |
Hunter Lab | 54.8413 | 17.6651 | 25.6862 |
CIE-Lab | 61.7195 | 23.0884 | 38.7814 |
#cd8451 color RGB value is (205,132,81).
#cd8451 hex color red value is 205, green value is 132 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #cd8451 hue: 0.07 , saturation: 0.55 and the lightness value of cd8451 is 0.56.
The process color (four color CMYK) of #cd8451 color hex is 0.00, 0.36, 0.60, 0.20. Web safe color of #cd8451 is #cc9966. Color #cd8451 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10000100 | 01010001 |
Octal | 315 | 204 | 121 |
Decimal | 205 | 132 | 81 |
Hex | CD | 84 | 51 |
Shades of #cd8451
Tints of #cd8451
RGB Percentages of Color #cd8451
CMYK Percentages of Color #cd8451
Complementary Color
#cd8451 | #519acd |
#cd8451 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cd8451 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cd8451 Color CSS Codes
.mybgcolor {background-color:#cd8451; } .myforecolor {color:#cd8451; } .mybordercolor {border:3px solid #cd8451; }
#cd8451 Text Font Color
<p style="color:#cd8451">Text here</p>
This sample text font color is #cd8451
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.
#cd8451 Background Color
<div style="background-color:#cd8451">
Div content here</div>
This div background color is #cd8451
#cd8451 Border Color
<div style="border:3px solid #cd8451">
Div here</div>
This div border color is #cd8451
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,132,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cd8451; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cd8451; -webkit-box-shadow: 1px 1px 3px 2px #cd8451; box-shadow: 1px 1px 3px 2px #cd8451; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,132,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cd8451">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cd8451; -webkit-box-shadow: 1px 1px 3px 2px #cd8451; box-shadow: 1px 1px 3px 2px #cd8451;">
Div content here</div>
This div box has shadow with color #cd8451
Comments
No comments written yet.
Please login to write comment.