Color spaces of #cfba7c
RGB | 207 | 186 | 124 |
---|---|---|---|
HSL | 0.12 | 0.46 | 0.65 |
HSV | 45° | 40° | 81° |
CMYK | 0.00 | 0.10 | 0.40 0.19 |
XYZ | 46.9291 | 49.8384 | 26.2151 |
Yxy | 49.8384 | 0.3816 | 0.4052 |
Hunter Lab | 70.5963 | -4.8852 | 27.4008 |
CIE-Lab | 75.9700 | -1.2335 | 34.1479 |
#cfba7c color RGB value is (207,186,124).
#cfba7c hex color red value is 207, green value is 186 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfba7c hue: 0.12 , saturation: 0.46 and the lightness value of cfba7c is 0.65.
The process color (four color CMYK) of #cfba7c color hex is 0.00, 0.10, 0.40, 0.19. Web safe color of #cfba7c is #cccc66. Color #cfba7c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111010 | 01111100 |
Octal | 317 | 272 | 174 |
Decimal | 207 | 186 | 124 |
Hex | CF | BA | 7C |
Shades of #cfba7c
Tints of #cfba7c
RGB Percentages of Color #cfba7c
CMYK Percentages of Color #cfba7c
Complementary Color
#cfba7c | #7c91cf |
#cfba7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfba7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfba7c Color CSS Codes
.mybgcolor {background-color:#cfba7c; } .myforecolor {color:#cfba7c; } .mybordercolor {border:3px solid #cfba7c; }
#cfba7c Text Font Color
<p style="color:#cfba7c">Text here</p>
This sample text font color is #cfba7c
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.
#cfba7c Background Color
<div style="background-color:#cfba7c">
Div content here</div>
This div background color is #cfba7c
#cfba7c Border Color
<div style="border:3px solid #cfba7c">
Div here</div>
This div border color is #cfba7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,186,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfba7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfba7c; -webkit-box-shadow: 1px 1px 3px 2px #cfba7c; box-shadow: 1px 1px 3px 2px #cfba7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,186,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfba7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfba7c; -webkit-box-shadow: 1px 1px 3px 2px #cfba7c; box-shadow: 1px 1px 3px 2px #cfba7c;">
Div content here</div>
This div box has shadow with color #cfba7c
Comments
No comments written yet.
Please login to write comment.