Color spaces of #cfcf68
RGB | 207 | 207 | 104 |
---|---|---|---|
HSL | 0.17 | 0.52 | 0.61 |
HSV | 60° | 50° | 81° |
CMYK | 0.00 | 0.00 | 0.50 0.19 |
XYZ | 50.5436 | 58.8905 | 21.7998 |
Yxy | 58.8905 | 0.3851 | 0.4487 |
Hunter Lab | 76.7401 | -16.7292 | 36.8754 |
CIE-Lab | 81.2314 | -14.0160 | 50.6381 |
#cfcf68 color RGB value is (207,207,104).
#cfcf68 hex color red value is 207, green value is 207 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cfcf68 hue: 0.17 , saturation: 0.52 and the lightness value of cfcf68 is 0.61.
The process color (four color CMYK) of #cfcf68 color hex is 0.00, 0.00, 0.50, 0.19. Web safe color of #cfcf68 is #cccc66. Color #cfcf68 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11001111 | 01101000 |
Octal | 317 | 317 | 150 |
Decimal | 207 | 207 | 104 |
Hex | CF | CF | 68 |
Shades of #cfcf68
Tints of #cfcf68
RGB Percentages of Color #cfcf68
CMYK Percentages of Color #cfcf68
Complementary Color
#cfcf68 | #6868cf |
#cfcf68 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfcf68 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfcf68 Color CSS Codes
.mybgcolor {background-color:#cfcf68; } .myforecolor {color:#cfcf68; } .mybordercolor {border:3px solid #cfcf68; }
#cfcf68 Text Font Color
<p style="color:#cfcf68">Text here</p>
This sample text font color is #cfcf68
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.
#cfcf68 Background Color
<div style="background-color:#cfcf68">
Div content here</div>
This div background color is #cfcf68
#cfcf68 Border Color
<div style="border:3px solid #cfcf68">
Div here</div>
This div border color is #cfcf68
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,207,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfcf68; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfcf68; -webkit-box-shadow: 1px 1px 3px 2px #cfcf68; box-shadow: 1px 1px 3px 2px #cfcf68; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,207,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfcf68">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfcf68; -webkit-box-shadow: 1px 1px 3px 2px #cfcf68; box-shadow: 1px 1px 3px 2px #cfcf68;">
Div content here</div>
This div box has shadow with color #cfcf68
Comments
No comments written yet.
Please login to write comment.