Color spaces of #cfc31f
RGB | 207 | 195 | 31 |
---|---|---|---|
HSL | 0.16 | 0.74 | 0.47 |
HSV | 56° | 85° | 81° |
CMYK | 0.00 | 0.06 | 0.85 0.19 |
XYZ | 45.4946 | 52.3945 | 9.0117 |
Yxy | 52.3945 | 0.4256 | 0.4901 |
Hunter Lab | 72.3840 | -14.4818 | 43.2873 |
CIE-Lab | 77.5161 | -11.9664 | 74.0757 |
#cfc31f color RGB value is (207,195,31).
#cfc31f hex color red value is 207, green value is 195 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cfc31f hue: 0.16 , saturation: 0.74 and the lightness value of cfc31f is 0.47.
The process color (four color CMYK) of #cfc31f color hex is 0.00, 0.06, 0.85, 0.19. Web safe color of #cfc31f is #cccc33. Color #cfc31f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11000011 | 00011111 |
Octal | 317 | 303 | 37 |
Decimal | 207 | 195 | 31 |
Hex | CF | C3 | 1F |
Shades of #cfc31f
Tints of #cfc31f
RGB Percentages of Color #cfc31f
CMYK Percentages of Color #cfc31f
Complementary Color
#cfc31f | #1f2bcf |
#cfc31f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfc31f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfc31f Color CSS Codes
.mybgcolor {background-color:#cfc31f; } .myforecolor {color:#cfc31f; } .mybordercolor {border:3px solid #cfc31f; }
#cfc31f Text Font Color
<p style="color:#cfc31f">Text here</p>
This sample text font color is #cfc31f
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.
#cfc31f Background Color
<div style="background-color:#cfc31f">
Div content here</div>
This div background color is #cfc31f
#cfc31f Border Color
<div style="border:3px solid #cfc31f">
Div here</div>
This div border color is #cfc31f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,195,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfc31f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfc31f; -webkit-box-shadow: 1px 1px 3px 2px #cfc31f; box-shadow: 1px 1px 3px 2px #cfc31f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,195,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 #cfc31f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfc31f; -webkit-box-shadow: 1px 1px 3px 2px #cfc31f; box-shadow: 1px 1px 3px 2px #cfc31f;">
Div content here</div>
This div box has shadow with color #cfc31f
Comments
No comments written yet.
Please login to write comment.