Color spaces of #fcdd93
RGB | 252 | 221 | 147 |
---|---|---|---|
HSL | 0.12 | 0.95 | 0.78 |
HSV | 42° | 42° | 99° |
CMYK | 0.00 | 0.12 | 0.42 0.01 |
XYZ | 71.2678 | 74.5149 | 38.2304 |
Yxy | 74.5149 | 0.3873 | 0.4049 |
Hunter Lab | 86.3220 | -3.6932 | 34.1670 |
CIE-Lab | 89.1653 | 0.9445 | 40.2240 |
#fcdd93 color RGB value is (252,221,147).
#fcdd93 hex color red value is 252, green value is 221 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fcdd93 hue: 0.12 , saturation: 0.95 and the lightness value of fcdd93 is 0.78.
The process color (four color CMYK) of #fcdd93 color hex is 0.00, 0.12, 0.42, 0.01. Web safe color of #fcdd93 is #ffcc99. Color #fcdd93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011101 | 10010011 |
Octal | 374 | 335 | 223 |
Decimal | 252 | 221 | 147 |
Hex | FC | DD | 93 |
Shades of #fcdd93
Tints of #fcdd93
RGB Percentages of Color #fcdd93
CMYK Percentages of Color #fcdd93
Complementary Color
#fcdd93 | #93b2fc |
#fcdd93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdd93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdd93 Color CSS Codes
.mybgcolor {background-color:#fcdd93; } .myforecolor {color:#fcdd93; } .mybordercolor {border:3px solid #fcdd93; }
#fcdd93 Text Font Color
<p style="color:#fcdd93">Text here</p>
This sample text font color is #fcdd93
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.
#fcdd93 Background Color
<div style="background-color:#fcdd93">
Div content here</div>
This div background color is #fcdd93
#fcdd93 Border Color
<div style="border:3px solid #fcdd93">
Div here</div>
This div border color is #fcdd93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,221,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdd93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdd93; -webkit-box-shadow: 1px 1px 3px 2px #fcdd93; box-shadow: 1px 1px 3px 2px #fcdd93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,221,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdd93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdd93; -webkit-box-shadow: 1px 1px 3px 2px #fcdd93; box-shadow: 1px 1px 3px 2px #fcdd93;">
Div content here</div>
This div box has shadow with color #fcdd93
Comments
No comments written yet.
Please login to write comment.