Color spaces of #f8dcba
RGB | 248 | 220 | 186 |
---|---|---|---|
HSL | 0.09 | 0.82 | 0.85 |
HSV | 33° | 25° | 97° |
CMYK | 0.00 | 0.11 | 0.25 0.03 |
XYZ | 73.1675 | 74.6880 | 57.0143 |
Yxy | 74.6880 | 0.3571 | 0.3646 |
Hunter Lab | 86.4222 | -0.1157 | 21.3809 |
CIE-Lab | 89.2466 | 4.5945 | 20.2574 |
#f8dcba color RGB value is (248,220,186).
#f8dcba hex color red value is 248, green value is 220 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f8dcba hue: 0.09 , saturation: 0.82 and the lightness value of f8dcba is 0.85.
The process color (four color CMYK) of #f8dcba color hex is 0.00, 0.11, 0.25, 0.03. Web safe color of #f8dcba is #ffcccc. Color #f8dcba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 11011100 | 10111010 |
Octal | 370 | 334 | 272 |
Decimal | 248 | 220 | 186 |
Hex | F8 | DC | BA |
Shades of #f8dcba
Tints of #f8dcba
RGB Percentages of Color #f8dcba
CMYK Percentages of Color #f8dcba
Complementary Color
#f8dcba | #bad6f8 |
#f8dcba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8dcba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8dcba Color CSS Codes
.mybgcolor {background-color:#f8dcba; } .myforecolor {color:#f8dcba; } .mybordercolor {border:3px solid #f8dcba; }
#f8dcba Text Font Color
<p style="color:#f8dcba">Text here</p>
This sample text font color is #f8dcba
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.
#f8dcba Background Color
<div style="background-color:#f8dcba">
Div content here</div>
This div background color is #f8dcba
#f8dcba Border Color
<div style="border:3px solid #f8dcba">
Div here</div>
This div border color is #f8dcba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,220,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8dcba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8dcba; -webkit-box-shadow: 1px 1px 3px 2px #f8dcba; box-shadow: 1px 1px 3px 2px #f8dcba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,220,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 #f8dcba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8dcba; -webkit-box-shadow: 1px 1px 3px 2px #f8dcba; box-shadow: 1px 1px 3px 2px #f8dcba;">
Div content here</div>
This div box has shadow with color #f8dcba
#f8dcba Color Palettes
Comments
No comments written yet.
Please login to write comment.