Color spaces of #cdd06f
RGB | 205 | 208 | 111 |
---|---|---|---|
HSL | 0.17 | 0.51 | 0.63 |
HSV | 62° | 47° | 82° |
CMYK | 0.01 | 0.00 | 0.47 0.18 |
XYZ | 50.6020 | 59.2386 | 23.8061 |
Yxy | 59.2386 | 0.3786 | 0.4432 |
Hunter Lab | 76.9666 | -17.3361 | 35.5380 |
CIE-Lab | 81.4226 | -14.6841 | 47.4832 |
#cdd06f color RGB value is (205,208,111).
#cdd06f hex color red value is 205, green value is 208 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cdd06f hue: 0.17 , saturation: 0.51 and the lightness value of cdd06f is 0.63.
The process color (four color CMYK) of #cdd06f color hex is 0.01, 0.00, 0.47, 0.18. Web safe color of #cdd06f is #cccc66. Color #cdd06f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11010000 | 01101111 |
Octal | 315 | 320 | 157 |
Decimal | 205 | 208 | 111 |
Hex | CD | D0 | 6F |
Shades of #cdd06f
Tints of #cdd06f
RGB Percentages of Color #cdd06f
CMYK Percentages of Color #cdd06f
Complementary Color
#cdd06f | #726fd0 |
#cdd06f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdd06f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdd06f Color CSS Codes
.mybgcolor {background-color:#cdd06f; } .myforecolor {color:#cdd06f; } .mybordercolor {border:3px solid #cdd06f; }
#cdd06f Text Font Color
<p style="color:#cdd06f">Text here</p>
This sample text font color is #cdd06f
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.
#cdd06f Background Color
<div style="background-color:#cdd06f">
Div content here</div>
This div background color is #cdd06f
#cdd06f Border Color
<div style="border:3px solid #cdd06f">
Div here</div>
This div border color is #cdd06f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,208,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdd06f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdd06f; -webkit-box-shadow: 1px 1px 3px 2px #cdd06f; box-shadow: 1px 1px 3px 2px #cdd06f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,208,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 #cdd06f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdd06f; -webkit-box-shadow: 1px 1px 3px 2px #cdd06f; box-shadow: 1px 1px 3px 2px #cdd06f;">
Div content here</div>
This div box has shadow with color #cdd06f
Comments
No comments written yet.
Please login to write comment.