Color spaces of #f8daba
RGB | 248 | 218 | 186 |
---|---|---|---|
HSL | 0.09 | 0.82 | 0.85 |
HSV | 31° | 25° | 97° |
CMYK | 0.00 | 0.12 | 0.25 0.03 |
XYZ | 72.6457 | 73.6444 | 56.8403 |
Yxy | 73.6444 | 0.3576 | 0.3625 |
Hunter Lab | 85.8163 | 0.9263 | 20.8008 |
CIE-Lab | 88.7541 | 5.6254 | 19.5725 |
#f8daba color RGB value is (248,218,186).
#f8daba hex color red value is 248, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f8daba hue: 0.09 , saturation: 0.82 and the lightness value of f8daba is 0.85.
The process color (four color CMYK) of #f8daba color hex is 0.00, 0.12, 0.25, 0.03. Web safe color of #f8daba is #ffcccc. Color #f8daba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 11011010 | 10111010 |
Octal | 370 | 332 | 272 |
Decimal | 248 | 218 | 186 |
Hex | F8 | DA | BA |
Shades of #f8daba
Tints of #f8daba
RGB Percentages of Color #f8daba
CMYK Percentages of Color #f8daba
Complementary Color
#f8daba | #bad8f8 |
#f8daba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8daba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8daba Color CSS Codes
.mybgcolor {background-color:#f8daba; } .myforecolor {color:#f8daba; } .mybordercolor {border:3px solid #f8daba; }
#f8daba Text Font Color
<p style="color:#f8daba">Text here</p>
This sample text font color is #f8daba
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.
#f8daba Background Color
<div style="background-color:#f8daba">
Div content here</div>
This div background color is #f8daba
#f8daba Border Color
<div style="border:3px solid #f8daba">
Div here</div>
This div border color is #f8daba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,218,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8daba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8daba; -webkit-box-shadow: 1px 1px 3px 2px #f8daba; box-shadow: 1px 1px 3px 2px #f8daba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,218,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8daba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8daba; -webkit-box-shadow: 1px 1px 3px 2px #f8daba; box-shadow: 1px 1px 3px 2px #f8daba;">
Div content here</div>
This div box has shadow with color #f8daba
Comments
No comments written yet.
Please login to write comment.