Color spaces of #f9cdac
RGB | 249 | 205 | 172 |
---|---|---|---|
HSL | 0.07 | 0.87 | 0.83 |
HSV | 26° | 31° | 98° |
CMYK | 0.00 | 0.18 | 0.31 0.02 |
XYZ | 68.3446 | 66.7809 | 48.3176 |
Yxy | 66.7809 | 0.3726 | 0.3640 |
Hunter Lab | 81.7196 | 6.2758 | 22.1478 |
CIE-Lab | 85.3932 | 10.9060 | 22.2660 |
#f9cdac color RGB value is (249,205,172).
#f9cdac hex color red value is 249, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f9cdac hue: 0.07 , saturation: 0.87 and the lightness value of f9cdac is 0.83.
The process color (four color CMYK) of #f9cdac color hex is 0.00, 0.18, 0.31, 0.02. Web safe color of #f9cdac is #ffcc99. Color #f9cdac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 11001101 | 10101100 |
Octal | 371 | 315 | 254 |
Decimal | 249 | 205 | 172 |
Hex | F9 | CD | AC |
Shades of #f9cdac
Tints of #f9cdac
RGB Percentages of Color #f9cdac
CMYK Percentages of Color #f9cdac
Complementary Color
#f9cdac | #acd8f9 |
#f9cdac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9cdac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9cdac Color CSS Codes
.mybgcolor {background-color:#f9cdac; } .myforecolor {color:#f9cdac; } .mybordercolor {border:3px solid #f9cdac; }
#f9cdac Text Font Color
<p style="color:#f9cdac">Text here</p>
This sample text font color is #f9cdac
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.
#f9cdac Background Color
<div style="background-color:#f9cdac">
Div content here</div>
This div background color is #f9cdac
#f9cdac Border Color
<div style="border:3px solid #f9cdac">
Div here</div>
This div border color is #f9cdac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,205,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9cdac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9cdac; -webkit-box-shadow: 1px 1px 3px 2px #f9cdac; box-shadow: 1px 1px 3px 2px #f9cdac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,205,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9cdac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9cdac; -webkit-box-shadow: 1px 1px 3px 2px #f9cdac; box-shadow: 1px 1px 3px 2px #f9cdac;">
Div content here</div>
This div box has shadow with color #f9cdac
#f9cdac Color Palettes
Comments
No comments written yet.
Please login to write comment.