Color spaces of #cfc86f
RGB | 207 | 200 | 111 |
---|---|---|---|
HSL | 0.15 | 0.50 | 0.62 |
HSV | 56° | 46° | 81° |
CMYK | 0.00 | 0.03 | 0.46 0.19 |
XYZ | 49.2556 | 55.7216 | 23.1982 |
Yxy | 55.7216 | 0.3843 | 0.4347 |
Hunter Lab | 74.6469 | -12.8492 | 33.8271 |
CIE-Lab | 79.4551 | -9.8302 | 45.1254 |
#cfc86f color RGB value is (207,200,111).
#cfc86f hex color red value is 207, green value is 200 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfc86f hue: 0.15 , saturation: 0.50 and the lightness value of cfc86f is 0.62.
The process color (four color CMYK) of #cfc86f color hex is 0.00, 0.03, 0.46, 0.19. Web safe color of #cfc86f is #cccc66. Color #cfc86f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001000 | 01101111 |
Octal | 317 | 310 | 157 |
Decimal | 207 | 200 | 111 |
Hex | CF | C8 | 6F |
Shades of #cfc86f
Tints of #cfc86f
RGB Percentages of Color #cfc86f
CMYK Percentages of Color #cfc86f
Complementary Color
#cfc86f | #6f76cf |
#cfc86f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfc86f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfc86f Color CSS Codes
.mybgcolor {background-color:#cfc86f; } .myforecolor {color:#cfc86f; } .mybordercolor {border:3px solid #cfc86f; }
#cfc86f Text Font Color
<p style="color:#cfc86f">Text here</p>
This sample text font color is #cfc86f
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.
#cfc86f Background Color
<div style="background-color:#cfc86f">
Div content here</div>
This div background color is #cfc86f
#cfc86f Border Color
<div style="border:3px solid #cfc86f">
Div here</div>
This div border color is #cfc86f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,200,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfc86f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfc86f; -webkit-box-shadow: 1px 1px 3px 2px #cfc86f; box-shadow: 1px 1px 3px 2px #cfc86f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,200,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 #cfc86f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfc86f; -webkit-box-shadow: 1px 1px 3px 2px #cfc86f; box-shadow: 1px 1px 3px 2px #cfc86f;">
Div content here</div>
This div box has shadow with color #cfc86f
Comments
No comments written yet.
Please login to write comment.