Color spaces of #fdcb94
RGB | 253 | 203 | 148 |
---|---|---|---|
HSL | 0.09 | 0.96 | 0.79 |
HSV | 31° | 42° | 99° |
CMYK | 0.00 | 0.20 | 0.42 0.01 |
XYZ | 67.2092 | 65.7326 | 37.1623 |
Yxy | 65.7326 | 0.3951 | 0.3864 |
Hunter Lab | 81.0756 | 6.0886 | 29.5764 |
CIE-Lab | 84.8598 | 10.7105 | 34.1273 |
#fdcb94 color RGB value is (253,203,148).
#fdcb94 hex color red value is 253, green value is 203 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #fdcb94 hue: 0.09 , saturation: 0.96 and the lightness value of fdcb94 is 0.79.
The process color (four color CMYK) of #fdcb94 color hex is 0.00, 0.20, 0.42, 0.01. Web safe color of #fdcb94 is #ffcc99. Color #fdcb94 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001011 | 10010100 |
Octal | 375 | 313 | 224 |
Decimal | 253 | 203 | 148 |
Hex | FD | CB | 94 |
Shades of #fdcb94
Tints of #fdcb94
RGB Percentages of Color #fdcb94
CMYK Percentages of Color #fdcb94
Complementary Color
#fdcb94 | #94c6fd |
#fdcb94 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcb94 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcb94 Color CSS Codes
.mybgcolor {background-color:#fdcb94; } .myforecolor {color:#fdcb94; } .mybordercolor {border:3px solid #fdcb94; }
#fdcb94 Text Font Color
<p style="color:#fdcb94">Text here</p>
This sample text font color is #fdcb94
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.
#fdcb94 Background Color
<div style="background-color:#fdcb94">
Div content here</div>
This div background color is #fdcb94
#fdcb94 Border Color
<div style="border:3px solid #fdcb94">
Div here</div>
This div border color is #fdcb94
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,203,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcb94; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcb94; -webkit-box-shadow: 1px 1px 3px 2px #fdcb94; box-shadow: 1px 1px 3px 2px #fdcb94; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,203,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcb94">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcb94; -webkit-box-shadow: 1px 1px 3px 2px #fdcb94; box-shadow: 1px 1px 3px 2px #fdcb94;">
Div content here</div>
This div box has shadow with color #fdcb94
Comments
No comments written yet.
Please login to write comment.