Color spaces of #cfbc57
RGB | 207 | 188 | 87 |
---|---|---|---|
HSL | 0.14 | 0.56 | 0.58 |
HSV | 51° | 58° | 81° |
CMYK | 0.00 | 0.09 | 0.58 0.19 |
XYZ | 45.4356 | 49.9200 | 16.2576 |
Yxy | 49.9200 | 0.4071 | 0.4473 |
Hunter Lab | 70.6541 | -8.8565 | 35.8152 |
CIE-Lab | 76.0201 | -5.6872 | 52.5521 |
#cfbc57 color RGB value is (207,188,87).
#cfbc57 hex color red value is 207, green value is 188 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cfbc57 hue: 0.14 , saturation: 0.56 and the lightness value of cfbc57 is 0.58.
The process color (four color CMYK) of #cfbc57 color hex is 0.00, 0.09, 0.58, 0.19. Web safe color of #cfbc57 is #cccc66. Color #cfbc57 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111100 | 01010111 |
Octal | 317 | 274 | 127 |
Decimal | 207 | 188 | 87 |
Hex | CF | BC | 57 |
Shades of #cfbc57
Tints of #cfbc57
RGB Percentages of Color #cfbc57
CMYK Percentages of Color #cfbc57
Complementary Color
#cfbc57 | #576acf |
#cfbc57 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbc57 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbc57 Color CSS Codes
.mybgcolor {background-color:#cfbc57; } .myforecolor {color:#cfbc57; } .mybordercolor {border:3px solid #cfbc57; }
#cfbc57 Text Font Color
<p style="color:#cfbc57">Text here</p>
This sample text font color is #cfbc57
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.
#cfbc57 Background Color
<div style="background-color:#cfbc57">
Div content here</div>
This div background color is #cfbc57
#cfbc57 Border Color
<div style="border:3px solid #cfbc57">
Div here</div>
This div border color is #cfbc57
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,188,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbc57; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbc57; -webkit-box-shadow: 1px 1px 3px 2px #cfbc57; box-shadow: 1px 1px 3px 2px #cfbc57; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,188,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbc57">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbc57; -webkit-box-shadow: 1px 1px 3px 2px #cfbc57; box-shadow: 1px 1px 3px 2px #cfbc57;">
Div content here</div>
This div box has shadow with color #cfbc57
Comments
No comments written yet.
Please login to write comment.