Color spaces of #f7dbba
RGB | 247 | 219 | 186 |
---|---|---|---|
HSL | 0.09 | 0.79 | 0.85 |
HSV | 32° | 25° | 97° |
CMYK | 0.00 | 0.11 | 0.25 0.03 |
XYZ | 72.5522 | 73.9824 | 56.9105 |
Yxy | 73.9824 | 0.3566 | 0.3636 |
Hunter Lab | 86.0130 | 0.0424 | 20.9799 |
CIE-Lab | 88.9142 | 4.7394 | 19.7821 |
#f7dbba color RGB value is (247,219,186).
#f7dbba hex color red value is 247, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f7dbba hue: 0.09 , saturation: 0.79 and the lightness value of f7dbba is 0.85.
The process color (four color CMYK) of #f7dbba color hex is 0.00, 0.11, 0.25, 0.03. Web safe color of #f7dbba is #ffcccc. Color #f7dbba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 11011011 | 10111010 |
Octal | 367 | 333 | 272 |
Decimal | 247 | 219 | 186 |
Hex | F7 | DB | BA |
Shades of #f7dbba
Tints of #f7dbba
RGB Percentages of Color #f7dbba
CMYK Percentages of Color #f7dbba
Complementary Color
#f7dbba | #bad6f7 |
#f7dbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7dbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7dbba Color CSS Codes
.mybgcolor {background-color:#f7dbba; } .myforecolor {color:#f7dbba; } .mybordercolor {border:3px solid #f7dbba; }
#f7dbba Text Font Color
<p style="color:#f7dbba">Text here</p>
This sample text font color is #f7dbba
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.
#f7dbba Background Color
<div style="background-color:#f7dbba">
Div content here</div>
This div background color is #f7dbba
#f7dbba Border Color
<div style="border:3px solid #f7dbba">
Div here</div>
This div border color is #f7dbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,219,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7dbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7dbba; -webkit-box-shadow: 1px 1px 3px 2px #f7dbba; box-shadow: 1px 1px 3px 2px #f7dbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,219,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 #f7dbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7dbba; -webkit-box-shadow: 1px 1px 3px 2px #f7dbba; box-shadow: 1px 1px 3px 2px #f7dbba;">
Div content here</div>
This div box has shadow with color #f7dbba
Comments
No comments written yet.
Please login to write comment.