Color spaces of #cfc18f
RGB | 207 | 193 | 143 |
---|---|---|---|
HSL | 0.13 | 0.40 | 0.69 |
HSV | 47° | 31° | 81° |
CMYK | 0.00 | 0.07 | 0.31 0.19 |
XYZ | 49.7600 | 53.3885 | 33.6690 |
Yxy | 53.3885 | 0.3637 | 0.3902 |
Hunter Lab | 73.0674 | -6.3069 | 23.8268 |
CIE-Lab | 78.1038 | -2.6394 | 27.0033 |
#cfc18f color RGB value is (207,193,143).
#cfc18f hex color red value is 207, green value is 193 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cfc18f hue: 0.13 , saturation: 0.40 and the lightness value of cfc18f is 0.69.
The process color (four color CMYK) of #cfc18f color hex is 0.00, 0.07, 0.31, 0.19. Web safe color of #cfc18f is #cccc99. Color #cfc18f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11000001 | 10001111 |
Octal | 317 | 301 | 217 |
Decimal | 207 | 193 | 143 |
Hex | CF | C1 | 8F |
Shades of #cfc18f
Tints of #cfc18f
RGB Percentages of Color #cfc18f
CMYK Percentages of Color #cfc18f
Complementary Color
#cfc18f | #8f9dcf |
#cfc18f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfc18f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfc18f Color CSS Codes
.mybgcolor {background-color:#cfc18f; } .myforecolor {color:#cfc18f; } .mybordercolor {border:3px solid #cfc18f; }
#cfc18f Text Font Color
<p style="color:#cfc18f">Text here</p>
This sample text font color is #cfc18f
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.
#cfc18f Background Color
<div style="background-color:#cfc18f">
Div content here</div>
This div background color is #cfc18f
#cfc18f Border Color
<div style="border:3px solid #cfc18f">
Div here</div>
This div border color is #cfc18f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,193,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfc18f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfc18f; -webkit-box-shadow: 1px 1px 3px 2px #cfc18f; box-shadow: 1px 1px 3px 2px #cfc18f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,193,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfc18f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfc18f; -webkit-box-shadow: 1px 1px 3px 2px #cfc18f; box-shadow: 1px 1px 3px 2px #cfc18f;">
Div content here</div>
This div box has shadow with color #cfc18f
Comments
No comments written yet.
Please login to write comment.