Color spaces of #fde8ae
RGB | 253 | 232 | 174 |
---|---|---|---|
HSL | 0.12 | 0.95 | 0.84 |
HSV | 44° | 31° | 99° |
CMYK | 0.00 | 0.08 | 0.31 0.01 |
XYZ | 77.0046 | 81.6519 | 51.7462 |
Yxy | 81.6519 | 0.3660 | 0.3881 |
Hunter Lab | 90.3614 | -6.0176 | 29.3001 |
CIE-Lab | 92.4210 | -1.2137 | 30.8568 |
#fde8ae color RGB value is (253,232,174).
#fde8ae hex color red value is 253, green value is 232 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fde8ae hue: 0.12 , saturation: 0.95 and the lightness value of fde8ae is 0.84.
The process color (four color CMYK) of #fde8ae color hex is 0.00, 0.08, 0.31, 0.01. Web safe color of #fde8ae is #ffff99. Color #fde8ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101000 | 10101110 |
Octal | 375 | 350 | 256 |
Decimal | 253 | 232 | 174 |
Hex | FD | E8 | AE |
Shades of #fde8ae
Tints of #fde8ae
RGB Percentages of Color #fde8ae
CMYK Percentages of Color #fde8ae
Complementary Color
#fde8ae | #aec3fd |
#fde8ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde8ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde8ae Color CSS Codes
.mybgcolor {background-color:#fde8ae; } .myforecolor {color:#fde8ae; } .mybordercolor {border:3px solid #fde8ae; }
#fde8ae Text Font Color
<p style="color:#fde8ae">Text here</p>
This sample text font color is #fde8ae
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.
#fde8ae Background Color
<div style="background-color:#fde8ae">
Div content here</div>
This div background color is #fde8ae
#fde8ae Border Color
<div style="border:3px solid #fde8ae">
Div here</div>
This div border color is #fde8ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,232,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde8ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde8ae; -webkit-box-shadow: 1px 1px 3px 2px #fde8ae; box-shadow: 1px 1px 3px 2px #fde8ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,232,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde8ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde8ae; -webkit-box-shadow: 1px 1px 3px 2px #fde8ae; box-shadow: 1px 1px 3px 2px #fde8ae;">
Div content here</div>
This div box has shadow with color #fde8ae
Comments
No comments written yet.
Please login to write comment.