Color spaces of #cfa786
RGB | 207 | 167 | 134 |
---|---|---|---|
HSL | 0.08 | 0.43 | 0.67 |
HSV | 27° | 35° | 81° |
CMYK | 0.00 | 0.19 | 0.35 0.19 |
XYZ | 43.8539 | 42.6241 | 28.4702 |
Yxy | 42.6241 | 0.3815 | 0.3708 |
Hunter Lab | 65.2871 | 5.6474 | 19.8460 |
CIE-Lab | 71.2991 | 10.0718 | 22.6246 |
#cfa786 color RGB value is (207,167,134).
#cfa786 hex color red value is 207, green value is 167 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cfa786 hue: 0.08 , saturation: 0.43 and the lightness value of cfa786 is 0.67.
The process color (four color CMYK) of #cfa786 color hex is 0.00, 0.19, 0.35, 0.19. Web safe color of #cfa786 is #cc9999. Color #cfa786 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100111 | 10000110 |
Octal | 317 | 247 | 206 |
Decimal | 207 | 167 | 134 |
Hex | CF | A7 | 86 |
Shades of #cfa786
Tints of #cfa786
RGB Percentages of Color #cfa786
CMYK Percentages of Color #cfa786
Complementary Color
#cfa786 | #86aecf |
#cfa786 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa786 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa786 Color CSS Codes
.mybgcolor {background-color:#cfa786; } .myforecolor {color:#cfa786; } .mybordercolor {border:3px solid #cfa786; }
#cfa786 Text Font Color
<p style="color:#cfa786">Text here</p>
This sample text font color is #cfa786
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.
#cfa786 Background Color
<div style="background-color:#cfa786">
Div content here</div>
This div background color is #cfa786
#cfa786 Border Color
<div style="border:3px solid #cfa786">
Div here</div>
This div border color is #cfa786
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,167,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa786; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa786; -webkit-box-shadow: 1px 1px 3px 2px #cfa786; box-shadow: 1px 1px 3px 2px #cfa786; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,167,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa786">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa786; -webkit-box-shadow: 1px 1px 3px 2px #cfa786; box-shadow: 1px 1px 3px 2px #cfa786;">
Div content here</div>
This div box has shadow with color #cfa786
Comments
No comments written yet.
Please login to write comment.