#ccae02 color RGB value is (12, 202, 224).
#ccae02 hex color red value is 12, green value is 202, and blue value is 224.
Cylindrical-coordinate representations (HSL) of color #ccae02
hue: 186.23,
saturation: 0.9 and lightness: 0.46.
The process color (four-color CMYK) of #ccae02 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ccae02 is #ff9999. Color #ccae02 contains mainly RED.
| Color spaces of #ccae02 | Value |
|---|---|
| RGB | 204, 174, 2 |
| HSL | 0.14, 0.98, 0.4 |
| HSV | 51°, 99°, 80° |
| XYZ | 40.05, 43.12, 6.27 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 10101110 | 10 |
| Octal | 314 | 256 | 2 |
| Decimal | 204 | 174 | 2 |
| Hex | CC | AE | 2 |
Shades of #ccae02
Tints of #ccae02
.mybgColor {background-color: #ccae02;}
.myforeColor {color: #ccae02;}
.myborderColor {border:3px solid #ccae02;}
<p style="color:#ccae02">Text here</p>
This sample text is styled with the font color #ccae02. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#ccae02">Div content here</div>
<div style="border:3px solid #ccae02">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(204, 174, 2, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ccae02; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ccae02;
-webkit-box-shadow: 1px 1px 3px #ccae02;
box-shadow: 1px 1px 3px #ccae02; }
<p style="text-shadow: 4px 4px 2px rgba(204, 174, 2, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ccae02;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ccae02;
-webkit-box-shadow: 1px 1px 3px #ccae02;
box-shadow: 1px 1px 3px #ccae02;">Div content here</div>
