Color spaces of #fcdab0
RGB | 252 | 218 | 176 |
---|---|---|---|
HSL | 0.09 | 0.93 | 0.84 |
HSV | 33° | 30° | 99° |
CMYK | 0.00 | 0.13 | 0.30 0.01 |
XYZ | 73.0528 | 73.9728 | 51.5022 |
Yxy | 73.9728 | 0.3680 | 0.3726 |
Hunter Lab | 86.0074 | 1.1009 | 24.7017 |
CIE-Lab | 88.9096 | 5.8076 | 25.0484 |
#fcdab0 color RGB value is (252,218,176).
#fcdab0 hex color red value is 252, green value is 218 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fcdab0 hue: 0.09 , saturation: 0.93 and the lightness value of fcdab0 is 0.84.
The process color (four color CMYK) of #fcdab0 color hex is 0.00, 0.13, 0.30, 0.01. Web safe color of #fcdab0 is #ffcc99. Color #fcdab0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011010 | 10110000 |
Octal | 374 | 332 | 260 |
Decimal | 252 | 218 | 176 |
Hex | FC | DA | B0 |
Shades of #fcdab0
Tints of #fcdab0
RGB Percentages of Color #fcdab0
CMYK Percentages of Color #fcdab0
Complementary Color
#fcdab0 | #b0d2fc |
#fcdab0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdab0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdab0 Color CSS Codes
.mybgcolor {background-color:#fcdab0; } .myforecolor {color:#fcdab0; } .mybordercolor {border:3px solid #fcdab0; }
#fcdab0 Text Font Color
<p style="color:#fcdab0">Text here</p>
This sample text font color is #fcdab0
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.
#fcdab0 Background Color
<div style="background-color:#fcdab0">
Div content here</div>
This div background color is #fcdab0
#fcdab0 Border Color
<div style="border:3px solid #fcdab0">
Div here</div>
This div border color is #fcdab0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,218,176, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdab0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdab0; -webkit-box-shadow: 1px 1px 3px 2px #fcdab0; box-shadow: 1px 1px 3px 2px #fcdab0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,218,176, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdab0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdab0; -webkit-box-shadow: 1px 1px 3px 2px #fcdab0; box-shadow: 1px 1px 3px 2px #fcdab0;">
Div content here</div>
This div box has shadow with color #fcdab0
Comments
No comments written yet.
Please login to write comment.