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