Color spaces of #ccaf12
RGB | 204 | 175 | 18 |
---|---|---|---|
HSL | 0.14 | 0.84 | 0.44 |
HSV | 51° | 91° | 80° |
CMYK | 0.00 | 0.14 | 0.91 0.20 |
XYZ | 40.3410 | 43.5410 | 6.8503 |
Yxy | 43.5410 | 0.4446 | 0.4799 |
Hunter Lab | 65.9856 | -6.3469 | 40.0347 |
CIE-Lab | 71.9206 | -3.2121 | 72.0422 |
#ccaf12 color RGB value is (204,175,18).
#ccaf12 hex color red value is 204, green value is 175 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ccaf12 hue: 0.14 , saturation: 0.84 and the lightness value of ccaf12 is 0.44.
The process color (four color CMYK) of #ccaf12 color hex is 0.00, 0.14, 0.91, 0.20. Web safe color of #ccaf12 is #cc9900. Color #ccaf12 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101111 | 00010010 |
Octal | 314 | 257 | 22 |
Decimal | 204 | 175 | 18 |
Hex | CC | AF | 12 |
Shades of #ccaf12
Tints of #ccaf12
RGB Percentages of Color #ccaf12
CMYK Percentages of Color #ccaf12
Complementary Color
#ccaf12 | #122fcc |
#ccaf12 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaf12 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaf12 Color CSS Codes
.mybgcolor {background-color:#ccaf12; } .myforecolor {color:#ccaf12; } .mybordercolor {border:3px solid #ccaf12; }
#ccaf12 Text Font Color
<p style="color:#ccaf12">Text here</p>
This sample text font color is #ccaf12
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.
#ccaf12 Background Color
<div style="background-color:#ccaf12">
Div content here</div>
This div background color is #ccaf12
#ccaf12 Border Color
<div style="border:3px solid #ccaf12">
Div here</div>
This div border color is #ccaf12
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,175,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaf12; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaf12; -webkit-box-shadow: 1px 1px 3px 2px #ccaf12; box-shadow: 1px 1px 3px 2px #ccaf12; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,175,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccaf12">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaf12; -webkit-box-shadow: 1px 1px 3px 2px #ccaf12; box-shadow: 1px 1px 3px 2px #ccaf12;">
Div content here</div>
This div box has shadow with color #ccaf12
Comments
No comments written yet.
Please login to write comment.