Color spaces of #f3e0bd
RGB | 243 | 224 | 189 |
---|---|---|---|
HSL | 0.11 | 0.69 | 0.85 |
HSV | 39° | 22° | 95° |
CMYK | 0.00 | 0.08 | 0.22 0.05 |
XYZ | 72.8031 | 76.0401 | 58.9842 |
Yxy | 76.0401 | 0.3503 | 0.3659 |
Hunter Lab | 87.2010 | -3.5741 | 20.9359 |
CIE-Lab | 89.8780 | 1.1113 | 19.5103 |
#f3e0bd color RGB value is (243,224,189).
#f3e0bd hex color red value is 243, green value is 224 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f3e0bd hue: 0.11 , saturation: 0.69 and the lightness value of f3e0bd is 0.85.
The process color (four color CMYK) of #f3e0bd color hex is 0.00, 0.08, 0.22, 0.05. Web safe color of #f3e0bd is #ffcccc. Color #f3e0bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 11100000 | 10111101 |
Octal | 363 | 340 | 275 |
Decimal | 243 | 224 | 189 |
Hex | F3 | E0 | BD |
Shades of #f3e0bd
Tints of #f3e0bd
RGB Percentages of Color #f3e0bd
CMYK Percentages of Color #f3e0bd
Complementary Color
#f3e0bd | #bdd0f3 |
#f3e0bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3e0bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3e0bd Color CSS Codes
.mybgcolor {background-color:#f3e0bd; } .myforecolor {color:#f3e0bd; } .mybordercolor {border:3px solid #f3e0bd; }
#f3e0bd Text Font Color
<p style="color:#f3e0bd">Text here</p>
This sample text font color is #f3e0bd
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.
#f3e0bd Background Color
<div style="background-color:#f3e0bd">
Div content here</div>
This div background color is #f3e0bd
#f3e0bd Border Color
<div style="border:3px solid #f3e0bd">
Div here</div>
This div border color is #f3e0bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,224,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3e0bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3e0bd; -webkit-box-shadow: 1px 1px 3px 2px #f3e0bd; box-shadow: 1px 1px 3px 2px #f3e0bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,224,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f3e0bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3e0bd; -webkit-box-shadow: 1px 1px 3px 2px #f3e0bd; box-shadow: 1px 1px 3px 2px #f3e0bd;">
Div content here</div>
This div box has shadow with color #f3e0bd
#f3e0bd Color Palettes
Comments
No comments written yet.
Please login to write comment.