Color spaces of #ccae11
RGB | 204 | 174 | 17 |
---|---|---|---|
HSL | 0.14 | 0.85 | 0.43 |
HSV | 50° | 92° | 80° |
CMYK | 0.00 | 0.15 | 0.92 0.20 |
XYZ | 40.1391 | 43.1499 | 6.7435 |
Yxy | 43.1499 | 0.4458 | 0.4793 |
Hunter Lab | 65.6886 | -5.8823 | 39.8954 |
CIE-Lab | 71.6566 | -2.7019 | 72.0026 |
#ccae11 color RGB value is (204,174,17).
#ccae11 hex color red value is 204, green value is 174 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ccae11 hue: 0.14 , saturation: 0.85 and the lightness value of ccae11 is 0.43.
The process color (four color CMYK) of #ccae11 color hex is 0.00, 0.15, 0.92, 0.20. Web safe color of #ccae11 is #cc9900. Color #ccae11 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101110 | 00010001 |
Octal | 314 | 256 | 21 |
Decimal | 204 | 174 | 17 |
Hex | CC | AE | 11 |
Shades of #ccae11
Tints of #ccae11
RGB Percentages of Color #ccae11
CMYK Percentages of Color #ccae11
Complementary Color
#ccae11 | #112fcc |
#ccae11 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccae11 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccae11 Color CSS Codes
.mybgcolor {background-color:#ccae11; } .myforecolor {color:#ccae11; } .mybordercolor {border:3px solid #ccae11; }
#ccae11 Text Font Color
<p style="color:#ccae11">Text here</p>
This sample text font color is #ccae11
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.
#ccae11 Background Color
<div style="background-color:#ccae11">
Div content here</div>
This div background color is #ccae11
#ccae11 Border Color
<div style="border:3px solid #ccae11">
Div here</div>
This div border color is #ccae11
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,174,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccae11; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccae11; -webkit-box-shadow: 1px 1px 3px 2px #ccae11; box-shadow: 1px 1px 3px 2px #ccae11; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,174,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 #ccae11">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccae11; -webkit-box-shadow: 1px 1px 3px 2px #ccae11; box-shadow: 1px 1px 3px 2px #ccae11;">
Div content here</div>
This div box has shadow with color #ccae11
Comments
No comments written yet.
Please login to write comment.