color details

Color Details
#ccae02 Color Hex

#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
Color spaces of #ccae02Value
RGB204, 174, 2
HSL0.14, 0.98, 0.4
HSV51°, 99°, 80°
XYZ40.05, 43.12, 6.27
Base Numbers
Base Red Green Blue
Binary 11001100 10101110 10
Octal 314 256 2
Decimal 204 174 2
Hex CC AE 2

RGB Percentages for Color #ccae02

53.68%
45.79%
0.53%

CMYK Percentages of the Color #ccae02

14.71%
99.02%
20%
CSS Codes for Color #ccae02
.mybgColor {background-color: #ccae02;}
.myforeColor {color: #ccae02;}
.myborderColor {border:3px solid #ccae02;}
Text Font Color #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,

Background Color #ccae02

<div style="background-color:#ccae02">Div content here</div>

The background color of this div is #ccae02
Border Color #ccae02

<div style="border:3px solid #ccae02">Div here</div>

The border color of this div is #ccae02
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204, 174, 2, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #ccae02;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #ccae02

Scroll to Top