Color spaces of #cf900b
RGB | 207 | 144 | 11 |
---|---|---|---|
HSL | 0.11 | 0.90 | 0.43 |
HSV | 41° | 95° | 81° |
CMYK | 0.00 | 0.30 | 0.95 0.19 |
XYZ | 35.7658 | 33.2361 | 4.8468 |
Yxy | 33.2361 | 0.4843 | 0.4501 |
Hunter Lab | 57.6508 | 9.8503 | 35.3709 |
CIE-Lab | 64.3516 | 14.6340 | 67.6565 |
#cf900b color RGB value is (207,144,11).
#cf900b hex color red value is 207, green value is 144 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #cf900b hue: 0.11 , saturation: 0.90 and the lightness value of cf900b is 0.43.
The process color (four color CMYK) of #cf900b color hex is 0.00, 0.30, 0.95, 0.19. Web safe color of #cf900b is #cc9900. Color #cf900b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10010000 | 00001011 |
Octal | 317 | 220 | 13 |
Decimal | 207 | 144 | 11 |
Hex | CF | 90 | B |
Shades of #cf900b
Tints of #cf900b
RGB Percentages of Color #cf900b
CMYK Percentages of Color #cf900b
Complementary Color
#cf900b | #0b4acf |
#cf900b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf900b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf900b Color CSS Codes
.mybgcolor {background-color:#cf900b; } .myforecolor {color:#cf900b; } .mybordercolor {border:3px solid #cf900b; }
#cf900b Text Font Color
<p style="color:#cf900b">Text here</p>
This sample text font color is #cf900b
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.
#cf900b Background Color
<div style="background-color:#cf900b">
Div content here</div>
This div background color is #cf900b
#cf900b Border Color
<div style="border:3px solid #cf900b">
Div here</div>
This div border color is #cf900b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,144,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf900b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf900b; -webkit-box-shadow: 1px 1px 3px 2px #cf900b; box-shadow: 1px 1px 3px 2px #cf900b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,144,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf900b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf900b; -webkit-box-shadow: 1px 1px 3px 2px #cf900b; box-shadow: 1px 1px 3px 2px #cf900b;">
Div content here</div>
This div box has shadow with color #cf900b
Comments
No comments written yet.
Please login to write comment.