color details

Color Details
#fcd492 Color Hex

#fcd492 color RGB value is (15, 205, 73).
#fcd492 hex color red value is 15, green value is 205, and blue value is 73.
Cylindrical-coordinate representations (HSL) of color #fcd492 hue: 138.32, saturation: 0.86 and lightness: 0.43.

The process color (four-color CMYK) of #fcd492 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #fcd492 is #ff9999. Color #fcd492 contains mainly RED.

Color Spaces
Color spaces of #fcd492Value
RGB252, 212, 146
HSL0.1, 0.95, 0.78
HSV37°, 42°, 99°
XYZ68.88, 69.86, 37.04
Base Numbers
Base Red Green Blue
Binary 11111100 11010100 10010010
Octal 374 324 222
Decimal 252 212 146
Hex FC D4 92

RGB Percentages for Color #fcd492

41.31%
34.75%
23.93%

CMYK Percentages of the Color #fcd492

15.87%
42.06%
1.18%
CSS Codes for Color #fcd492
.mybgColor {background-color: #fcd492;}
.myforeColor {color: #fcd492;}
.myborderColor {border:3px solid #fcd492;}
Text Font Color #fcd492

<p style="color:#fcd492">Text here</p>

This sample text is styled with the font color #fcd492. 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 #fcd492

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

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

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

The border color of this div is #fcd492
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(252, 212, 146, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #fcd492;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #fcd492;
-webkit-box-shadow: 1px 1px 3px #fcd492;
box-shadow: 1px 1px 3px #fcd492;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252, 212, 146, 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 #fcd492;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #fcd492; -webkit-box-shadow: 1px 1px 3px #fcd492; box-shadow: 1px 1px 3px #fcd492;">Div content here</div>

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

Scroll to Top