color details

Color Details
#ffb14d Color Hex

#ffb14d color RGB value is (15, 251, 20).
#ffb14d hex color red value is 15, green value is 251, and blue value is 20.
Cylindrical-coordinate representations (HSL) of color #ffb14d hue: 121.27, saturation: 0.97 and lightness: 0.52.

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

Color Spaces
Color spaces of #ffb14dValue
RGB255, 177, 77
HSL0.09, 1, 0.65
HSV34°, 70°, 100°
XYZ58.31, 53.25, 14.23
Base Numbers
Base Red Green Blue
Binary 11111111 10110001 1001101
Octal 377 261 115
Decimal 255 177 77
Hex FF B1 4D

RGB Percentages for Color #ffb14d

50.1%
34.77%
15.13%

CMYK Percentages of the Color #ffb14d

30.59%
69.8%
CSS Codes for Color #ffb14d
.mybgColor {background-color: #ffb14d;}
.myforeColor {color: #ffb14d;}
.myborderColor {border:3px solid #ffb14d;}
Text Font Color #ffb14d

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top