Color spaces of #fcefad
RGB | 252 | 239 | 173 |
---|---|---|---|
HSL | 0.14 | 0.93 | 0.83 |
HSV | 50° | 31° | 99° |
CMYK | 0.00 | 0.05 | 0.31 0.01 |
XYZ | 78.5542 | 85.4456 | 51.8876 |
Yxy | 85.4456 | 0.3639 | 0.3958 |
Hunter Lab | 92.4368 | -10.0723 | 31.4245 |
CIE-Lab | 94.0748 | -5.2362 | 33.5661 |
#fcefad color RGB value is (252,239,173).
#fcefad hex color red value is 252, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fcefad hue: 0.14 , saturation: 0.93 and the lightness value of fcefad is 0.83.
The process color (four color CMYK) of #fcefad color hex is 0.00, 0.05, 0.31, 0.01. Web safe color of #fcefad is #ffff99. Color #fcefad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101111 | 10101101 |
Octal | 374 | 357 | 255 |
Decimal | 252 | 239 | 173 |
Hex | FC | EF | AD |
Shades of #fcefad
Tints of #fcefad
RGB Percentages of Color #fcefad
CMYK Percentages of Color #fcefad
Complementary Color
#fcefad | #adbafc |
#fcefad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcefad Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcefad Color CSS Codes
.mybgcolor {background-color:#fcefad; } .myforecolor {color:#fcefad; } .mybordercolor {border:3px solid #fcefad; }
#fcefad Text Font Color
<p style="color:#fcefad">Text here</p>
This sample text font color is #fcefad
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.
#fcefad Background Color
<div style="background-color:#fcefad">
Div content here</div>
This div background color is #fcefad
#fcefad Border Color
<div style="border:3px solid #fcefad">
Div here</div>
This div border color is #fcefad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,239,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcefad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcefad; -webkit-box-shadow: 1px 1px 3px 2px #fcefad; box-shadow: 1px 1px 3px 2px #fcefad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,239,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcefad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcefad; -webkit-box-shadow: 1px 1px 3px 2px #fcefad; box-shadow: 1px 1px 3px 2px #fcefad;">
Div content here</div>
This div box has shadow with color #fcefad
#fcefad Color Palettes
Comments
No comments written yet.
Please login to write comment.