#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 of #ffe085 | Value |
---|---|
RGB | 255, 224, 133 |
HSL | 0.12, 1, 0.76 |
HSV | 45°, 48°, 100° |
XYZ | 72.13, 76.27, 33.11 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100000 | 10000101 |
Octal | 377 | 340 | 205 |
Decimal | 255 | 224 | 133 |
Hex | FF | E0 | 85 |
Shades of #ffe085
Tints of #ffe085
.mybgColor {background-color: #ffe085;} .myforeColor {color: #ffe085;} .myborderColor {border:3px solid #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,
<div style="background-color:#ffe085">Div content here</div>
<div style="border:3px solid #ffe085">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(255, 224, 133, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ffe085;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>