Color spaces of #fdeaac
RGB | 253 | 234 | 172 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.83 |
HSV | 46° | 32° | 99° |
CMYK | 0.00 | 0.08 | 0.32 0.01 |
XYZ | 77.3772 | 82.7068 | 50.9155 |
Yxy | 82.7068 | 0.3667 | 0.3920 |
Hunter Lab | 90.9433 | -7.2777 | 30.4662 |
CIE-Lab | 92.8859 | -2.4670 | 32.4980 |
#fdeaac color RGB value is (253,234,172).
#fdeaac hex color red value is 253, green value is 234 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fdeaac hue: 0.13 , saturation: 0.95 and the lightness value of fdeaac is 0.83.
The process color (four color CMYK) of #fdeaac color hex is 0.00, 0.08, 0.32, 0.01. Web safe color of #fdeaac is #ffff99. Color #fdeaac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101010 | 10101100 |
Octal | 375 | 352 | 254 |
Decimal | 253 | 234 | 172 |
Hex | FD | EA | AC |
Shades of #fdeaac
Tints of #fdeaac
RGB Percentages of Color #fdeaac
CMYK Percentages of Color #fdeaac
Complementary Color
#fdeaac | #acbffd |
#fdeaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdeaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdeaac Color CSS Codes
.mybgcolor {background-color:#fdeaac; } .myforecolor {color:#fdeaac; } .mybordercolor {border:3px solid #fdeaac; }
#fdeaac Text Font Color
<p style="color:#fdeaac">Text here</p>
This sample text font color is #fdeaac
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.
#fdeaac Background Color
<div style="background-color:#fdeaac">
Div content here</div>
This div background color is #fdeaac
#fdeaac Border Color
<div style="border:3px solid #fdeaac">
Div here</div>
This div border color is #fdeaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,234,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdeaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdeaac; -webkit-box-shadow: 1px 1px 3px 2px #fdeaac; box-shadow: 1px 1px 3px 2px #fdeaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,234,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdeaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdeaac; -webkit-box-shadow: 1px 1px 3px 2px #fdeaac; box-shadow: 1px 1px 3px 2px #fdeaac;">
Div content here</div>
This div box has shadow with color #fdeaac
Comments
No comments written yet.
Please login to write comment.