Color spaces of #cf963b
RGB | 207 | 150 | 59 |
---|---|---|---|
HSL | 0.10 | 0.61 | 0.52 |
HSV | 37° | 71° | 81° |
CMYK | 0.00 | 0.28 | 0.71 0.19 |
XYZ | 37.4279 | 35.3939 | 8.9967 |
Yxy | 35.3939 | 0.4575 | 0.4326 |
Hunter Lab | 59.4928 | 8.1850 | 32.6789 |
CIE-Lab | 66.0542 | 12.8027 | 54.3621 |
#cf963b color RGB value is (207,150,59).
#cf963b hex color red value is 207, green value is 150 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #cf963b hue: 0.10 , saturation: 0.61 and the lightness value of cf963b is 0.52.
The process color (four color CMYK) of #cf963b color hex is 0.00, 0.28, 0.71, 0.19. Web safe color of #cf963b is #cc9933. Color #cf963b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10010110 | 00111011 |
Octal | 317 | 226 | 73 |
Decimal | 207 | 150 | 59 |
Hex | CF | 96 | 3B |
Shades of #cf963b
Tints of #cf963b
RGB Percentages of Color #cf963b
CMYK Percentages of Color #cf963b
Complementary Color
#cf963b | #3b74cf |
#cf963b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf963b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf963b Color CSS Codes
.mybgcolor {background-color:#cf963b; } .myforecolor {color:#cf963b; } .mybordercolor {border:3px solid #cf963b; }
#cf963b Text Font Color
<p style="color:#cf963b">Text here</p>
This sample text font color is #cf963b
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.
#cf963b Background Color
<div style="background-color:#cf963b">
Div content here</div>
This div background color is #cf963b
#cf963b Border Color
<div style="border:3px solid #cf963b">
Div here</div>
This div border color is #cf963b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,150,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf963b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf963b; -webkit-box-shadow: 1px 1px 3px 2px #cf963b; box-shadow: 1px 1px 3px 2px #cf963b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,150,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf963b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf963b; -webkit-box-shadow: 1px 1px 3px 2px #cf963b; box-shadow: 1px 1px 3px 2px #cf963b;">
Div content here</div>
This div box has shadow with color #cf963b
Comments
No comments written yet.
Please login to write comment.