Color spaces of #ccc650
RGB | 204 | 198 | 80 |
---|---|---|---|
HSL | 0.16 | 0.55 | 0.56 |
HSV | 57° | 61° | 80° |
CMYK | 0.00 | 0.03 | 0.61 0.20 |
XYZ | 46.5439 | 53.8047 | 15.5216 |
Yxy | 53.8047 | 0.4017 | 0.4644 |
Hunter Lab | 73.3517 | -15.1017 | 38.8001 |
CIE-Lab | 78.3477 | -12.5666 | 58.1911 |
#ccc650 color RGB value is (204,198,80).
#ccc650 hex color red value is 204, green value is 198 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ccc650 hue: 0.16 , saturation: 0.55 and the lightness value of ccc650 is 0.56.
The process color (four color CMYK) of #ccc650 color hex is 0.00, 0.03, 0.61, 0.20. Web safe color of #ccc650 is #cccc66. Color #ccc650 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000110 | 01010000 |
Octal | 314 | 306 | 120 |
Decimal | 204 | 198 | 80 |
Hex | CC | C6 | 50 |
Shades of #ccc650
Tints of #ccc650
RGB Percentages of Color #ccc650
CMYK Percentages of Color #ccc650
Complementary Color
#ccc650 | #5056cc |
#ccc650 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc650 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc650 Color CSS Codes
.mybgcolor {background-color:#ccc650; } .myforecolor {color:#ccc650; } .mybordercolor {border:3px solid #ccc650; }
#ccc650 Text Font Color
<p style="color:#ccc650">Text here</p>
This sample text font color is #ccc650
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.
#ccc650 Background Color
<div style="background-color:#ccc650">
Div content here</div>
This div background color is #ccc650
#ccc650 Border Color
<div style="border:3px solid #ccc650">
Div here</div>
This div border color is #ccc650
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,198,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc650; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc650; -webkit-box-shadow: 1px 1px 3px 2px #ccc650; box-shadow: 1px 1px 3px 2px #ccc650; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,198,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc650">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc650; -webkit-box-shadow: 1px 1px 3px 2px #ccc650; box-shadow: 1px 1px 3px 2px #ccc650;">
Div content here</div>
This div box has shadow with color #ccc650
Comments
No comments written yet.
Please login to write comment.