color details

Color Details
#ffd65c Color Hex

#ffd65c color RGB value is (15, 253, 101).
#ffd65c hex color red value is 15, green value is 253, and blue value is 101.
Cylindrical-coordinate representations (HSL) of color #ffd65c hue: 141.68, saturation: 0.98 and lightness: 0.53.

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

Color Spaces
Color spaces of #ffd65cValue
RGB255, 214, 92
HSL0.12, 1, 0.68
HSV45°, 64°, 100°
XYZ67.22, 70.13, 20.12
Base Numbers
Base Red Green Blue
Binary 11111111 11010110 1011100
Octal 377 326 134
Decimal 255 214 92
Hex FF D6 5C

RGB Percentages for Color #ffd65c

45.45%
38.15%
16.4%

CMYK Percentages of the Color #ffd65c

16.08%
63.92%
CSS Codes for Color #ffd65c
.mybgColor {background-color: #ffd65c;}
.myforeColor {color: #ffd65c;}
.myborderColor {border:3px solid #ffd65c;}
Text Font Color #ffd65c

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(255, 214, 92, 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 #ffd65c;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top