Color spaces of #cfb769
RGB | 207 | 183 | 105 |
---|---|---|---|
HSL | 0.13 | 0.52 | 0.61 |
HSV | 46° | 49° | 81° |
CMYK | 0.00 | 0.12 | 0.49 0.19 |
XYZ | 45.2154 | 48.1523 | 20.2758 |
Yxy | 48.1523 | 0.3979 | 0.4237 |
Hunter Lab | 69.3919 | -5.1260 | 31.2502 |
CIE-Lab | 74.9209 | -1.5817 | 42.5505 |
#cfb769 color RGB value is (207,183,105).
#cfb769 hex color red value is 207, green value is 183 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #cfb769 hue: 0.13 , saturation: 0.52 and the lightness value of cfb769 is 0.61.
The process color (four color CMYK) of #cfb769 color hex is 0.00, 0.12, 0.49, 0.19. Web safe color of #cfb769 is #cccc66. Color #cfb769 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10110111 | 01101001 |
Octal | 317 | 267 | 151 |
Decimal | 207 | 183 | 105 |
Hex | CF | B7 | 69 |
Shades of #cfb769
Tints of #cfb769
RGB Percentages of Color #cfb769
CMYK Percentages of Color #cfb769
Complementary Color
#cfb769 | #6981cf |
#cfb769 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb769 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb769 Color CSS Codes
.mybgcolor {background-color:#cfb769; } .myforecolor {color:#cfb769; } .mybordercolor {border:3px solid #cfb769; }
#cfb769 Text Font Color
<p style="color:#cfb769">Text here</p>
This sample text font color is #cfb769
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.
#cfb769 Background Color
<div style="background-color:#cfb769">
Div content here</div>
This div background color is #cfb769
#cfb769 Border Color
<div style="border:3px solid #cfb769">
Div here</div>
This div border color is #cfb769
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,183,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb769; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb769; -webkit-box-shadow: 1px 1px 3px 2px #cfb769; box-shadow: 1px 1px 3px 2px #cfb769; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,183,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb769">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb769; -webkit-box-shadow: 1px 1px 3px 2px #cfb769; box-shadow: 1px 1px 3px 2px #cfb769;">
Div content here</div>
This div box has shadow with color #cfb769
Comments
No comments written yet.
Please login to write comment.