Color spaces of #ccc911
RGB | 204 | 201 | 17 |
---|---|---|---|
HSL | 0.16 | 0.85 | 0.43 |
HSV | 59° | 92° | 80° |
CMYK | 0.00 | 0.01 | 0.92 0.20 |
XYZ | 45.8897 | 54.6511 | 8.6604 |
Yxy | 54.6511 | 0.4202 | 0.5005 |
Hunter Lab | 73.9264 | -18.5675 | 44.8027 |
CIE-Lab | 78.8399 | -16.5432 | 77.5056 |
#ccc911 color RGB value is (204,201,17).
#ccc911 hex color red value is 204, green value is 201 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ccc911 hue: 0.16 , saturation: 0.85 and the lightness value of ccc911 is 0.43.
The process color (four color CMYK) of #ccc911 color hex is 0.00, 0.01, 0.92, 0.20. Web safe color of #ccc911 is #cccc00. Color #ccc911 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001001 | 00010001 |
Octal | 314 | 311 | 21 |
Decimal | 204 | 201 | 17 |
Hex | CC | C9 | 11 |
Shades of #ccc911
Tints of #ccc911
RGB Percentages of Color #ccc911
CMYK Percentages of Color #ccc911
Complementary Color
#ccc911 | #1114cc |
#ccc911 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccc911 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccc911 Color CSS Codes
.mybgcolor {background-color:#ccc911; } .myforecolor {color:#ccc911; } .mybordercolor {border:3px solid #ccc911; }
#ccc911 Text Font Color
<p style="color:#ccc911">Text here</p>
This sample text font color is #ccc911
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.
#ccc911 Background Color
<div style="background-color:#ccc911">
Div content here</div>
This div background color is #ccc911
#ccc911 Border Color
<div style="border:3px solid #ccc911">
Div here</div>
This div border color is #ccc911
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,201,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccc911; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccc911; -webkit-box-shadow: 1px 1px 3px 2px #ccc911; box-shadow: 1px 1px 3px 2px #ccc911; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,201,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccc911">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccc911; -webkit-box-shadow: 1px 1px 3px 2px #ccc911; box-shadow: 1px 1px 3px 2px #ccc911;">
Div content here</div>
This div box has shadow with color #ccc911
Comments
No comments written yet.
Please login to write comment.