Color spaces of #cfa87f
RGB | 207 | 168 | 127 |
---|---|---|---|
HSL | 0.09 | 0.45 | 0.65 |
HSV | 31° | 39° | 81° |
CMYK | 0.00 | 0.19 | 0.39 0.19 |
XYZ | 43.5655 | 42.8030 | 26.0443 |
Yxy | 42.8030 | 0.3875 | 0.3808 |
Hunter Lab | 65.4240 | 4.3702 | 22.1944 |
CIE-Lab | 71.4211 | 8.6973 | 26.5757 |
#cfa87f color RGB value is (207,168,127).
#cfa87f hex color red value is 207, green value is 168 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cfa87f hue: 0.09 , saturation: 0.45 and the lightness value of cfa87f is 0.65.
The process color (four color CMYK) of #cfa87f color hex is 0.00, 0.19, 0.39, 0.19. Web safe color of #cfa87f is #cc9966. Color #cfa87f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101000 | 01111111 |
Octal | 317 | 250 | 177 |
Decimal | 207 | 168 | 127 |
Hex | CF | A8 | 7F |
Shades of #cfa87f
Tints of #cfa87f
RGB Percentages of Color #cfa87f
CMYK Percentages of Color #cfa87f
Complementary Color
#cfa87f | #7fa6cf |
#cfa87f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa87f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa87f Color CSS Codes
.mybgcolor {background-color:#cfa87f; } .myforecolor {color:#cfa87f; } .mybordercolor {border:3px solid #cfa87f; }
#cfa87f Text Font Color
<p style="color:#cfa87f">Text here</p>
This sample text font color is #cfa87f
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.
#cfa87f Background Color
<div style="background-color:#cfa87f">
Div content here</div>
This div background color is #cfa87f
#cfa87f Border Color
<div style="border:3px solid #cfa87f">
Div here</div>
This div border color is #cfa87f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,168,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa87f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa87f; -webkit-box-shadow: 1px 1px 3px 2px #cfa87f; box-shadow: 1px 1px 3px 2px #cfa87f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,168,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa87f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa87f; -webkit-box-shadow: 1px 1px 3px 2px #cfa87f; box-shadow: 1px 1px 3px 2px #cfa87f;">
Div content here</div>
This div box has shadow with color #cfa87f
Comments
No comments written yet.
Please login to write comment.