Color spaces of #cdc17f
RGB | 205 | 193 | 127 |
---|---|---|---|
HSL | 0.14 | 0.44 | 0.65 |
HSV | 51° | 38° | 80° |
CMYK | 0.00 | 0.06 | 0.38 0.20 |
XYZ | 48.0776 | 52.6514 | 27.7074 |
Yxy | 52.6514 | 0.3743 | 0.4099 |
Hunter Lab | 72.5613 | -8.7119 | 28.1531 |
CIE-Lab | 77.6687 | -5.3579 | 34.7593 |
#cdc17f color RGB value is (205,193,127).
#cdc17f hex color red value is 205, green value is 193 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cdc17f hue: 0.14 , saturation: 0.44 and the lightness value of cdc17f is 0.65.
The process color (four color CMYK) of #cdc17f color hex is 0.00, 0.06, 0.38, 0.20. Web safe color of #cdc17f is #cccc66. Color #cdc17f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000001 | 01111111 |
Octal | 315 | 301 | 177 |
Decimal | 205 | 193 | 127 |
Hex | CD | C1 | 7F |
Shades of #cdc17f
Tints of #cdc17f
RGB Percentages of Color #cdc17f
CMYK Percentages of Color #cdc17f
Complementary Color
#cdc17f | #7f8bcd |
#cdc17f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc17f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc17f Color CSS Codes
.mybgcolor {background-color:#cdc17f; } .myforecolor {color:#cdc17f; } .mybordercolor {border:3px solid #cdc17f; }
#cdc17f Text Font Color
<p style="color:#cdc17f">Text here</p>
This sample text font color is #cdc17f
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.
#cdc17f Background Color
<div style="background-color:#cdc17f">
Div content here</div>
This div background color is #cdc17f
#cdc17f Border Color
<div style="border:3px solid #cdc17f">
Div here</div>
This div border color is #cdc17f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,193,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc17f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc17f; -webkit-box-shadow: 1px 1px 3px 2px #cdc17f; box-shadow: 1px 1px 3px 2px #cdc17f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,193,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc17f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc17f; -webkit-box-shadow: 1px 1px 3px 2px #cdc17f; box-shadow: 1px 1px 3px 2px #cdc17f;">
Div content here</div>
This div box has shadow with color #cdc17f
Comments
No comments written yet.
Please login to write comment.