Color spaces of #cdaf6f
RGB | 205 | 175 | 111 |
---|---|---|---|
HSL | 0.11 | 0.48 | 0.62 |
HSV | 41° | 46° | 80° |
CMYK | 0.00 | 0.15 | 0.46 0.20 |
XYZ | 43.3761 | 44.7868 | 21.3975 |
Yxy | 44.7868 | 0.3959 | 0.4088 |
Hunter Lab | 66.9229 | -1.4204 | 27.8891 |
CIE-Lab | 72.7513 | 2.4040 | 36.7414 |
#cdaf6f color RGB value is (205,175,111).
#cdaf6f hex color red value is 205, green value is 175 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdaf6f hue: 0.11 , saturation: 0.48 and the lightness value of cdaf6f is 0.62.
The process color (four color CMYK) of #cdaf6f color hex is 0.00, 0.15, 0.46, 0.20. Web safe color of #cdaf6f is #cc9966. Color #cdaf6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10101111 | 01101111 |
Octal | 315 | 257 | 157 |
Decimal | 205 | 175 | 111 |
Hex | CD | AF | 6F |
Shades of #cdaf6f
Tints of #cdaf6f
RGB Percentages of Color #cdaf6f
CMYK Percentages of Color #cdaf6f
Complementary Color
#cdaf6f | #6f8dcd |
#cdaf6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdaf6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdaf6f Color CSS Codes
.mybgcolor {background-color:#cdaf6f; } .myforecolor {color:#cdaf6f; } .mybordercolor {border:3px solid #cdaf6f; }
#cdaf6f Text Font Color
<p style="color:#cdaf6f">Text here</p>
This sample text font color is #cdaf6f
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.
#cdaf6f Background Color
<div style="background-color:#cdaf6f">
Div content here</div>
This div background color is #cdaf6f
#cdaf6f Border Color
<div style="border:3px solid #cdaf6f">
Div here</div>
This div border color is #cdaf6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,175,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdaf6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdaf6f; -webkit-box-shadow: 1px 1px 3px 2px #cdaf6f; box-shadow: 1px 1px 3px 2px #cdaf6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,175,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 #cdaf6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdaf6f; -webkit-box-shadow: 1px 1px 3px 2px #cdaf6f; box-shadow: 1px 1px 3px 2px #cdaf6f;">
Div content here</div>
This div box has shadow with color #cdaf6f
Comments
No comments written yet.
Please login to write comment.