Color spaces of #f2edcf
RGB | 242 | 237 | 207 |
---|---|---|---|
HSL | 0.14 | 0.57 | 0.88 |
HSV | 51° | 14° | 95° |
CMYK | 0.00 | 0.02 | 0.14 0.05 |
XYZ | 78.1646 | 83.9506 | 71.1159 |
Yxy | 83.9506 | 0.3351 | 0.3599 |
Hunter Lab | 91.6246 | -8.0652 | 18.1183 |
CIE-Lab | 93.4290 | -3.2298 | 15.1444 |
#f2edcf color RGB value is (242,237,207).
#f2edcf hex color red value is 242, green value is 237 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f2edcf hue: 0.14 , saturation: 0.57 and the lightness value of f2edcf is 0.88.
The process color (four color CMYK) of #f2edcf color hex is 0.00, 0.02, 0.14, 0.05. Web safe color of #f2edcf is #ffffcc. Color #f2edcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 11101101 | 11001111 |
Octal | 362 | 355 | 317 |
Decimal | 242 | 237 | 207 |
Hex | F2 | ED | CF |
Shades of #f2edcf
Tints of #f2edcf
RGB Percentages of Color #f2edcf
CMYK Percentages of Color #f2edcf
Complementary Color
#f2edcf | #cfd4f2 |
#f2edcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2edcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2edcf Color CSS Codes
.mybgcolor {background-color:#f2edcf; } .myforecolor {color:#f2edcf; } .mybordercolor {border:3px solid #f2edcf; }
#f2edcf Text Font Color
<p style="color:#f2edcf">Text here</p>
This sample text font color is #f2edcf
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.
#f2edcf Background Color
<div style="background-color:#f2edcf">
Div content here</div>
This div background color is #f2edcf
#f2edcf Border Color
<div style="border:3px solid #f2edcf">
Div here</div>
This div border color is #f2edcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,237,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2edcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2edcf; -webkit-box-shadow: 1px 1px 3px 2px #f2edcf; box-shadow: 1px 1px 3px 2px #f2edcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,237,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2edcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2edcf; -webkit-box-shadow: 1px 1px 3px 2px #f2edcf; box-shadow: 1px 1px 3px 2px #f2edcf;">
Div content here</div>
This div box has shadow with color #f2edcf
#f2edcf Color Palettes
Comments
No comments written yet.
Please login to write comment.