Color spaces of #f4daca
RGB | 244 | 218 | 202 |
---|---|---|---|
HSL | 0.06 | 0.66 | 0.87 |
HSV | 23° | 17° | 96° |
CMYK | 0.00 | 0.11 | 0.17 0.04 |
XYZ | 73.0403 | 73.6402 | 66.2415 |
Yxy | 73.6402 | 0.3430 | 0.3459 |
Hunter Lab | 85.8139 | 1.7556 | 14.3025 |
CIE-Lab | 88.7522 | 6.4602 | 11.1396 |
#f4daca color RGB value is (244,218,202).
#f4daca hex color red value is 244, green value is 218 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f4daca hue: 0.06 , saturation: 0.66 and the lightness value of f4daca is 0.87.
The process color (four color CMYK) of #f4daca color hex is 0.00, 0.11, 0.17, 0.04. Web safe color of #f4daca is #ffcccc. Color #f4daca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 11011010 | 11001010 |
Octal | 364 | 332 | 312 |
Decimal | 244 | 218 | 202 |
Hex | F4 | DA | CA |
Shades of #f4daca
Tints of #f4daca
RGB Percentages of Color #f4daca
CMYK Percentages of Color #f4daca
Complementary Color
#f4daca | #cae4f4 |
#f4daca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4daca Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4daca Color CSS Codes
.mybgcolor {background-color:#f4daca; } .myforecolor {color:#f4daca; } .mybordercolor {border:3px solid #f4daca; }
#f4daca Text Font Color
<p style="color:#f4daca">Text here</p>
This sample text font color is #f4daca
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.
#f4daca Background Color
<div style="background-color:#f4daca">
Div content here</div>
This div background color is #f4daca
#f4daca Border Color
<div style="border:3px solid #f4daca">
Div here</div>
This div border color is #f4daca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,218,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4daca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4daca; -webkit-box-shadow: 1px 1px 3px 2px #f4daca; box-shadow: 1px 1px 3px 2px #f4daca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,218,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4daca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4daca; -webkit-box-shadow: 1px 1px 3px 2px #f4daca; box-shadow: 1px 1px 3px 2px #f4daca;">
Div content here</div>
This div box has shadow with color #f4daca
Comments
No comments written yet.
Please login to write comment.