Color spaces of #f6efcd
RGB | 246 | 239 | 205 |
---|---|---|---|
HSL | 0.14 | 0.69 | 0.88 |
HSV | 50° | 17° | 96° |
CMYK | 0.00 | 0.03 | 0.17 0.04 |
XYZ | 79.8920 | 85.7336 | 70.0951 |
Yxy | 85.7336 | 0.3389 | 0.3637 |
Hunter Lab | 92.5924 | -8.0207 | 19.9305 |
CIE-Lab | 94.1983 | -3.1200 | 17.3050 |
#f6efcd color RGB value is (246,239,205).
#f6efcd hex color red value is 246, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #f6efcd hue: 0.14 , saturation: 0.69 and the lightness value of f6efcd is 0.88.
The process color (four color CMYK) of #f6efcd color hex is 0.00, 0.03, 0.17, 0.04. Web safe color of #f6efcd is #ffffcc. Color #f6efcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11101111 | 11001101 |
Octal | 366 | 357 | 315 |
Decimal | 246 | 239 | 205 |
Hex | F6 | EF | CD |
Shades of #f6efcd
Tints of #f6efcd
RGB Percentages of Color #f6efcd
CMYK Percentages of Color #f6efcd
Complementary Color
#f6efcd | #cdd4f6 |
#f6efcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f6efcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f6efcd Color CSS Codes
.mybgcolor {background-color:#f6efcd; } .myforecolor {color:#f6efcd; } .mybordercolor {border:3px solid #f6efcd; }
#f6efcd Text Font Color
<p style="color:#f6efcd">Text here</p>
This sample text font color is #f6efcd
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.
#f6efcd Background Color
<div style="background-color:#f6efcd">
Div content here</div>
This div background color is #f6efcd
#f6efcd Border Color
<div style="border:3px solid #f6efcd">
Div here</div>
This div border color is #f6efcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,239,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f6efcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f6efcd; -webkit-box-shadow: 1px 1px 3px 2px #f6efcd; box-shadow: 1px 1px 3px 2px #f6efcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,239,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f6efcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f6efcd; -webkit-box-shadow: 1px 1px 3px 2px #f6efcd; box-shadow: 1px 1px 3px 2px #f6efcd;">
Div content here</div>
This div box has shadow with color #f6efcd
Comments
No comments written yet.
Please login to write comment.