Color spaces of #f2daea
RGB | 242 | 218 | 234 |
---|---|---|---|
HSL | 0.89 | 0.48 | 0.90 |
HSV | 320° | 10° | 95° |
CMYK | 0.00 | 0.10 | 0.03 0.05 |
XYZ | 76.5406 | 74.9606 | 88.2766 |
Yxy | 74.9606 | 0.3192 | 0.3126 |
Hunter Lab | 86.5798 | 6.2878 | 0.1539 |
CIE-Lab | 89.3745 | 10.9795 | -4.8110 |
#f2daea color RGB value is (242,218,234).
#f2daea hex color red value is 242, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f2daea hue: 0.89 , saturation: 0.48 and the lightness value of f2daea is 0.90.
The process color (four color CMYK) of #f2daea color hex is 0.00, 0.10, 0.03, 0.05. Web safe color of #f2daea is #ffccff. Color #f2daea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 11011010 | 11101010 |
Octal | 362 | 332 | 352 |
Decimal | 242 | 218 | 234 |
Hex | F2 | DA | EA |
Shades of #f2daea
Tints of #f2daea
RGB Percentages of Color #f2daea
CMYK Percentages of Color #f2daea
Complementary Color
#f2daea | #daf2e2 |
#f2daea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2daea Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2daea Color CSS Codes
.mybgcolor {background-color:#f2daea; } .myforecolor {color:#f2daea; } .mybordercolor {border:3px solid #f2daea; }
#f2daea Text Font Color
<p style="color:#f2daea">Text here</p>
This sample text font color is #f2daea
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.
#f2daea Background Color
<div style="background-color:#f2daea">
Div content here</div>
This div background color is #f2daea
#f2daea Border Color
<div style="border:3px solid #f2daea">
Div here</div>
This div border color is #f2daea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,218,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2daea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2daea; -webkit-box-shadow: 1px 1px 3px 2px #f2daea; box-shadow: 1px 1px 3px 2px #f2daea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,218,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2daea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2daea; -webkit-box-shadow: 1px 1px 3px 2px #f2daea; box-shadow: 1px 1px 3px 2px #f2daea;">
Div content here</div>
This div box has shadow with color #f2daea
Comments
No comments written yet.
Please login to write comment.