Color spaces of #cfb91f
RGB | 207 | 185 | 31 |
---|---|---|---|
HSL | 0.15 | 0.74 | 0.47 |
HSV | 53° | 85° | 81° |
CMYK | 0.00 | 0.11 | 0.85 0.19 |
XYZ | 43.3284 | 48.0623 | 8.2896 |
Yxy | 48.0623 | 0.4347 | 0.4822 |
Hunter Lab | 69.3270 | -9.7622 | 41.4394 |
CIE-Lab | 74.8642 | -6.8445 | 71.8965 |
#cfb91f color RGB value is (207,185,31).
#cfb91f hex color red value is 207, green value is 185 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cfb91f hue: 0.15 , saturation: 0.74 and the lightness value of cfb91f is 0.47.
The process color (four color CMYK) of #cfb91f color hex is 0.00, 0.11, 0.85, 0.19. Web safe color of #cfb91f is #cccc33. Color #cfb91f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111001 | 00011111 |
Octal | 317 | 271 | 37 |
Decimal | 207 | 185 | 31 |
Hex | CF | B9 | 1F |
Shades of #cfb91f
Tints of #cfb91f
RGB Percentages of Color #cfb91f
CMYK Percentages of Color #cfb91f
Complementary Color
#cfb91f | #1f35cf |
#cfb91f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb91f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb91f Color CSS Codes
.mybgcolor {background-color:#cfb91f; } .myforecolor {color:#cfb91f; } .mybordercolor {border:3px solid #cfb91f; }
#cfb91f Text Font Color
<p style="color:#cfb91f">Text here</p>
This sample text font color is #cfb91f
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.
#cfb91f Background Color
<div style="background-color:#cfb91f">
Div content here</div>
This div background color is #cfb91f
#cfb91f Border Color
<div style="border:3px solid #cfb91f">
Div here</div>
This div border color is #cfb91f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,185,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb91f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb91f; -webkit-box-shadow: 1px 1px 3px 2px #cfb91f; box-shadow: 1px 1px 3px 2px #cfb91f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,185,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb91f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb91f; -webkit-box-shadow: 1px 1px 3px 2px #cfb91f; box-shadow: 1px 1px 3px 2px #cfb91f;">
Div content here</div>
This div box has shadow with color #cfb91f
Comments
No comments written yet.
Please login to write comment.