Color spaces of #ffe28d
RGB | 255 | 226 | 141 |
---|---|---|---|
HSL | 0.12 | 1.00 | 0.78 |
HSV | 45° | 45° | 100° |
CMYK | 0.00 | 0.11 | 0.45 0.00 |
XYZ | 73.2441 | 77.5758 | 36.3126 |
Yxy | 77.5758 | 0.3914 | 0.4146 |
Hunter Lab | 88.0771 | -5.6961 | 37.2098 |
CIE-Lab | 90.5860 | -1.0187 | 45.0734 |
#ffe28d color RGB value is (255,226,141).
#ffe28d hex color red value is 255, green value is 226 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ffe28d hue: 0.12 , saturation: 1.00 and the lightness value of ffe28d is 0.78.
The process color (four color CMYK) of #ffe28d color hex is 0.00, 0.11, 0.45, 0.00. Web safe color of #ffe28d is #ffcc99. Color #ffe28d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11100010 | 10001101 |
Octal | 377 | 342 | 215 |
Decimal | 255 | 226 | 141 |
Hex | FF | E2 | 8D |
Shades of #ffe28d
Tints of #ffe28d
RGB Percentages of Color #ffe28d
CMYK Percentages of Color #ffe28d
Complementary Color
#ffe28d | #8daaff |
#ffe28d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffe28d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffe28d Color CSS Codes
.mybgcolor {background-color:#ffe28d; } .myforecolor {color:#ffe28d; } .mybordercolor {border:3px solid #ffe28d; }
#ffe28d Text Font Color
<p style="color:#ffe28d">Text here</p>
This sample text font color is #ffe28d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ffe28d Background Color
<div style="background-color:#ffe28d">
Div content here</div>
This div background color is #ffe28d
#ffe28d Border Color
<div style="border:3px solid #ffe28d">
Div here</div>
This div border color is #ffe28d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,226,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffe28d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffe28d; -webkit-box-shadow: 1px 1px 3px 2px #ffe28d; box-shadow: 1px 1px 3px 2px #ffe28d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,226,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffe28d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffe28d; -webkit-box-shadow: 1px 1px 3px 2px #ffe28d; box-shadow: 1px 1px 3px 2px #ffe28d;">
Div content here</div>
This div box has shadow with color #ffe28d
#ffe28d Color Palettes
Comments
No comments written yet.
Please login to write comment.