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