Color spaces of #fecdac
RGB | 254 | 205 | 172 |
---|---|---|---|
HSL | 0.07 | 0.98 | 0.84 |
HSV | 24° | 32° | 100° |
CMYK | 0.00 | 0.19 | 0.32 0.00 |
XYZ | 70.1508 | 67.7120 | 48.4021 |
Yxy | 67.7120 | 0.3766 | 0.3635 |
Hunter Lab | 82.2873 | 8.1704 | 22.7262 |
CIE-Lab | 85.8622 | 12.7961 | 22.9858 |
#fecdac color RGB value is (254,205,172).
#fecdac hex color red value is 254, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fecdac hue: 0.07 , saturation: 0.98 and the lightness value of fecdac is 0.84.
The process color (four color CMYK) of #fecdac color hex is 0.00, 0.19, 0.32, 0.00. Web safe color of #fecdac is #ffcc99. Color #fecdac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001101 | 10101100 |
Octal | 376 | 315 | 254 |
Decimal | 254 | 205 | 172 |
Hex | FE | CD | AC |
Shades of #fecdac
Tints of #fecdac
RGB Percentages of Color #fecdac
CMYK Percentages of Color #fecdac
Complementary Color
#fecdac | #acddfe |
#fecdac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecdac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecdac Color CSS Codes
.mybgcolor {background-color:#fecdac; } .myforecolor {color:#fecdac; } .mybordercolor {border:3px solid #fecdac; }
#fecdac Text Font Color
<p style="color:#fecdac">Text here</p>
This sample text font color is #fecdac
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.
#fecdac Background Color
<div style="background-color:#fecdac">
Div content here</div>
This div background color is #fecdac
#fecdac Border Color
<div style="border:3px solid #fecdac">
Div here</div>
This div border color is #fecdac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,205,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecdac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecdac; -webkit-box-shadow: 1px 1px 3px 2px #fecdac; box-shadow: 1px 1px 3px 2px #fecdac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,205,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 #fecdac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecdac; -webkit-box-shadow: 1px 1px 3px 2px #fecdac; box-shadow: 1px 1px 3px 2px #fecdac;">
Div content here</div>
This div box has shadow with color #fecdac
#fecdac Color Palettes
Comments
No comments written yet.
Please login to write comment.