Color spaces of #f2ebde
RGB | 242 | 235 | 222 |
---|---|---|---|
HSL | 0.11 | 0.43 | 0.91 |
HSV | 39° | 8° | 95° |
CMYK | 0.00 | 0.03 | 0.08 0.05 |
XYZ | 79.5111 | 83.5678 | 81.0468 |
Yxy | 83.5678 | 0.3257 | 0.3423 |
Hunter Lab | 91.4154 | -4.7217 | 11.4257 |
CIE-Lab | 93.2625 | 0.1628 | 7.1291 |
#f2ebde color RGB value is (242,235,222).
#f2ebde hex color red value is 242, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f2ebde hue: 0.11 , saturation: 0.43 and the lightness value of f2ebde is 0.91.
The process color (four color CMYK) of #f2ebde color hex is 0.00, 0.03, 0.08, 0.05. Web safe color of #f2ebde is #ffffcc. Color #f2ebde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 11101011 | 11011110 |
Octal | 362 | 353 | 336 |
Decimal | 242 | 235 | 222 |
Hex | F2 | EB | DE |
Shades of #f2ebde
Tints of #f2ebde
RGB Percentages of Color #f2ebde
CMYK Percentages of Color #f2ebde
Complementary Color
#f2ebde | #dee5f2 |
#f2ebde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2ebde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2ebde Color CSS Codes
.mybgcolor {background-color:#f2ebde; } .myforecolor {color:#f2ebde; } .mybordercolor {border:3px solid #f2ebde; }
#f2ebde Text Font Color
<p style="color:#f2ebde">Text here</p>
This sample text font color is #f2ebde
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.
#f2ebde Background Color
<div style="background-color:#f2ebde">
Div content here</div>
This div background color is #f2ebde
#f2ebde Border Color
<div style="border:3px solid #f2ebde">
Div here</div>
This div border color is #f2ebde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,235,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2ebde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2ebde; -webkit-box-shadow: 1px 1px 3px 2px #f2ebde; box-shadow: 1px 1px 3px 2px #f2ebde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,235,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2ebde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2ebde; -webkit-box-shadow: 1px 1px 3px 2px #f2ebde; box-shadow: 1px 1px 3px 2px #f2ebde;">
Div content here</div>
This div box has shadow with color #f2ebde
#f2ebde Color Palettes
Comments
No comments written yet.
Please login to write comment.