Color spaces of #ccc048
RGB | 204 | 192 | 72 |
---|---|---|---|
HSL | 0.15 | 0.56 | 0.54 |
HSV | 55° | 65° | 80° |
CMYK | 0.00 | 0.06 | 0.65 0.20 |
XYZ | 44.9212 | 51.0045 | 13.6081 |
Yxy | 51.0045 | 0.4101 | 0.4657 |
Hunter Lab | 71.4174 | -12.7049 | 38.6949 |
CIE-Lab | 76.6817 | -10.0200 | 59.8017 |
#ccc048 color RGB value is (204,192,72).
#ccc048 hex color red value is 204, green value is 192 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ccc048 hue: 0.15 , saturation: 0.56 and the lightness value of ccc048 is 0.54.
The process color (four color CMYK) of #ccc048 color hex is 0.00, 0.06, 0.65, 0.20. Web safe color of #ccc048 is #cccc33. Color #ccc048 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11000000 | 01001000 |
Octal | 314 | 300 | 110 |
Decimal | 204 | 192 | 72 |
Hex | CC | C0 | 48 |
Shades of #ccc048
Tints of #ccc048
RGB Percentages of Color #ccc048
CMYK Percentages of Color #ccc048
Complementary Color
#ccc048 | #4854cc |
#ccc048 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc048 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc048 Color CSS Codes
.mybgcolor {background-color:#ccc048; } .myforecolor {color:#ccc048; } .mybordercolor {border:3px solid #ccc048; }
#ccc048 Text Font Color
<p style="color:#ccc048">Text here</p>
This sample text font color is #ccc048
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.
#ccc048 Background Color
<div style="background-color:#ccc048">
Div content here</div>
This div background color is #ccc048
#ccc048 Border Color
<div style="border:3px solid #ccc048">
Div here</div>
This div border color is #ccc048
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,192,72, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc048; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc048; -webkit-box-shadow: 1px 1px 3px 2px #ccc048; box-shadow: 1px 1px 3px 2px #ccc048; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,192,72, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc048">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc048; -webkit-box-shadow: 1px 1px 3px 2px #ccc048; box-shadow: 1px 1px 3px 2px #ccc048;">
Div content here</div>
This div box has shadow with color #ccc048
Comments
No comments written yet.
Please login to write comment.