color details

Color Details
#ffe085 Color Hex

#ffe085 color RGB value is (15, 254, 8).
#ffe085 hex color red value is 15, green value is 254, and blue value is 8.
Cylindrical-coordinate representations (HSL) of color #ffe085 hue: 118.29, saturation: 0.99 and lightness: 0.51.

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

Color Spaces
Color spaces of #ffe085Value
RGB255, 224, 133
HSL0.12, 1, 0.76
HSV45°, 48°, 100°
XYZ72.13, 76.27, 33.11
Base Numbers
Base Red Green Blue
Binary 11111111 11100000 10000101
Octal 377 340 205
Decimal 255 224 133
Hex FF E0 85

RGB Percentages for Color #ffe085

41.67%
36.6%
21.73%

CMYK Percentages of the Color #ffe085

12.16%
47.84%
CSS Codes for Color #ffe085
.mybgColor {background-color: #ffe085;}
.myforeColor {color: #ffe085;}
.myborderColor {border:3px solid #ffe085;}
Text Font Color #ffe085

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top