Color spaces of #cdb56f
RGB | 205 | 181 | 111 |
---|---|---|---|
HSL | 0.12 | 0.48 | 0.62 |
HSV | 45° | 46° | 80° |
CMYK | 0.00 | 0.12 | 0.46 0.20 |
XYZ | 44.5700 | 47.1746 | 21.7954 |
Yxy | 47.1746 | 0.3925 | 0.4155 |
Hunter Lab | 68.6838 | -4.3651 | 29.2642 |
CIE-Lab | 74.3013 | -0.7772 | 38.6976 |
#cdb56f color RGB value is (205,181,111).
#cdb56f hex color red value is 205, green value is 181 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdb56f hue: 0.12 , saturation: 0.48 and the lightness value of cdb56f is 0.62.
The process color (four color CMYK) of #cdb56f color hex is 0.00, 0.12, 0.46, 0.20. Web safe color of #cdb56f is #cccc66. Color #cdb56f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110101 | 01101111 |
Octal | 315 | 265 | 157 |
Decimal | 205 | 181 | 111 |
Hex | CD | B5 | 6F |
Shades of #cdb56f
Tints of #cdb56f
RGB Percentages of Color #cdb56f
CMYK Percentages of Color #cdb56f
Complementary Color
#cdb56f | #6f87cd |
#cdb56f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb56f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb56f Color CSS Codes
.mybgcolor {background-color:#cdb56f; } .myforecolor {color:#cdb56f; } .mybordercolor {border:3px solid #cdb56f; }
#cdb56f Text Font Color
<p style="color:#cdb56f">Text here</p>
This sample text font color is #cdb56f
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.
#cdb56f Background Color
<div style="background-color:#cdb56f">
Div content here</div>
This div background color is #cdb56f
#cdb56f Border Color
<div style="border:3px solid #cdb56f">
Div here</div>
This div border color is #cdb56f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,181,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb56f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb56f; -webkit-box-shadow: 1px 1px 3px 2px #cdb56f; box-shadow: 1px 1px 3px 2px #cdb56f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,181,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb56f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb56f; -webkit-box-shadow: 1px 1px 3px 2px #cdb56f; box-shadow: 1px 1px 3px 2px #cdb56f;">
Div content here</div>
This div box has shadow with color #cdb56f
#cdb56f Color Palettes
Comments
No comments written yet.
Please login to write comment.