Color spaces of #cfbc36
RGB | 207 | 188 | 54 |
---|---|---|---|
HSL | 0.15 | 0.61 | 0.51 |
HSV | 53° | 74° | 81° |
CMYK | 0.00 | 0.09 | 0.74 0.19 |
XYZ | 44.3812 | 49.4982 | 10.7050 |
Yxy | 49.4982 | 0.4244 | 0.4733 |
Hunter Lab | 70.3550 | -10.5201 | 40.2271 |
CIE-Lab | 75.7602 | -7.6148 | 65.8994 |
#cfbc36 color RGB value is (207,188,54).
#cfbc36 hex color red value is 207, green value is 188 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #cfbc36 hue: 0.15 , saturation: 0.61 and the lightness value of cfbc36 is 0.51.
The process color (four color CMYK) of #cfbc36 color hex is 0.00, 0.09, 0.74, 0.19. Web safe color of #cfbc36 is #cccc33. Color #cfbc36 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111100 | 00110110 |
Octal | 317 | 274 | 66 |
Decimal | 207 | 188 | 54 |
Hex | CF | BC | 36 |
Shades of #cfbc36
Tints of #cfbc36
RGB Percentages of Color #cfbc36
CMYK Percentages of Color #cfbc36
Complementary Color
#cfbc36 | #3649cf |
#cfbc36 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbc36 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbc36 Color CSS Codes
.mybgcolor {background-color:#cfbc36; } .myforecolor {color:#cfbc36; } .mybordercolor {border:3px solid #cfbc36; }
#cfbc36 Text Font Color
<p style="color:#cfbc36">Text here</p>
This sample text font color is #cfbc36
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.
#cfbc36 Background Color
<div style="background-color:#cfbc36">
Div content here</div>
This div background color is #cfbc36
#cfbc36 Border Color
<div style="border:3px solid #cfbc36">
Div here</div>
This div border color is #cfbc36
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,188,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbc36; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbc36; -webkit-box-shadow: 1px 1px 3px 2px #cfbc36; box-shadow: 1px 1px 3px 2px #cfbc36; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,188,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbc36">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbc36; -webkit-box-shadow: 1px 1px 3px 2px #cfbc36; box-shadow: 1px 1px 3px 2px #cfbc36;">
Div content here</div>
This div box has shadow with color #cfbc36
Comments
No comments written yet.
Please login to write comment.