Color spaces of #fceda6
RGB | 252 | 237 | 166 |
---|---|---|---|
HSL | 0.14 | 0.93 | 0.82 |
HSV | 50° | 34° | 99° |
CMYK | 0.00 | 0.06 | 0.34 0.01 |
XYZ | 77.3120 | 84.0170 | 48.2185 |
Yxy | 84.0170 | 0.3689 | 0.4009 |
Hunter Lab | 91.6608 | -9.8492 | 32.9728 |
CIE-Lab | 93.4579 | -5.0636 | 36.2750 |
#fceda6 color RGB value is (252,237,166).
#fceda6 hex color red value is 252, green value is 237 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fceda6 hue: 0.14 , saturation: 0.93 and the lightness value of fceda6 is 0.82.
The process color (four color CMYK) of #fceda6 color hex is 0.00, 0.06, 0.34, 0.01. Web safe color of #fceda6 is #ffff99. Color #fceda6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101101 | 10100110 |
Octal | 374 | 355 | 246 |
Decimal | 252 | 237 | 166 |
Hex | FC | ED | A6 |
Shades of #fceda6
Tints of #fceda6
RGB Percentages of Color #fceda6
CMYK Percentages of Color #fceda6
Complementary Color
#fceda6 | #a6b5fc |
#fceda6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fceda6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fceda6 Color CSS Codes
.mybgcolor {background-color:#fceda6; } .myforecolor {color:#fceda6; } .mybordercolor {border:3px solid #fceda6; }
#fceda6 Text Font Color
<p style="color:#fceda6">Text here</p>
This sample text font color is #fceda6
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.
#fceda6 Background Color
<div style="background-color:#fceda6">
Div content here</div>
This div background color is #fceda6
#fceda6 Border Color
<div style="border:3px solid #fceda6">
Div here</div>
This div border color is #fceda6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,237,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fceda6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fceda6; -webkit-box-shadow: 1px 1px 3px 2px #fceda6; box-shadow: 1px 1px 3px 2px #fceda6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,237,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fceda6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fceda6; -webkit-box-shadow: 1px 1px 3px 2px #fceda6; box-shadow: 1px 1px 3px 2px #fceda6;">
Div content here</div>
This div box has shadow with color #fceda6
Comments
No comments written yet.
Please login to write comment.