Color spaces of #f5ecee
RGB | 245 | 236 | 238 |
---|---|---|---|
HSL | 0.96 | 0.31 | 0.94 |
HSV | 347° | 4° | 96° |
CMYK | 0.00 | 0.04 | 0.03 0.04 |
XYZ | 83.0843 | 85.5764 | 93.0278 |
Yxy | 85.5764 | 0.3175 | 0.3270 |
Hunter Lab | 92.5075 | -1.5709 | 5.1318 |
CIE-Lab | 94.1309 | 3.3736 | 0.1022 |
#f5ecee color RGB value is (245,236,238).
#f5ecee hex color red value is 245, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f5ecee hue: 0.96 , saturation: 0.31 and the lightness value of f5ecee is 0.94.
The process color (four color CMYK) of #f5ecee color hex is 0.00, 0.04, 0.03, 0.04. Web safe color of #f5ecee is #ffffff. Color #f5ecee contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11101100 | 11101110 |
Octal | 365 | 354 | 356 |
Decimal | 245 | 236 | 238 |
Hex | F5 | EC | EE |
Shades of #f5ecee
Tints of #f5ecee
RGB Percentages of Color #f5ecee
CMYK Percentages of Color #f5ecee
Complementary Color
#f5ecee | #ecf5f3 |
#f5ecee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5ecee Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5ecee Color CSS Codes
.mybgcolor {background-color:#f5ecee; } .myforecolor {color:#f5ecee; } .mybordercolor {border:3px solid #f5ecee; }
#f5ecee Text Font Color
<p style="color:#f5ecee">Text here</p>
This sample text font color is #f5ecee
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.
#f5ecee Background Color
<div style="background-color:#f5ecee">
Div content here</div>
This div background color is #f5ecee
#f5ecee Border Color
<div style="border:3px solid #f5ecee">
Div here</div>
This div border color is #f5ecee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,236,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5ecee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5ecee; -webkit-box-shadow: 1px 1px 3px 2px #f5ecee; box-shadow: 1px 1px 3px 2px #f5ecee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,236,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5ecee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5ecee; -webkit-box-shadow: 1px 1px 3px 2px #f5ecee; box-shadow: 1px 1px 3px 2px #f5ecee;">
Div content here</div>
This div box has shadow with color #f5ecee
Comments
No comments written yet.
Please login to write comment.