Color spaces of #f5beec
RGB | 245 | 190 | 236 |
---|---|---|---|
HSL | 0.86 | 0.73 | 0.85 |
HSV | 310° | 22° | 96° |
CMYK | 0.00 | 0.22 | 0.04 0.04 |
XYZ | 71.2100 | 62.2955 | 87.6279 |
Yxy | 62.2955 | 0.3220 | 0.2817 |
Hunter Lab | 78.9275 | 22.9232 | -10.5765 |
CIE-Lab | 83.0703 | 27.0930 | -15.2224 |
#f5beec color RGB value is (245,190,236).
#f5beec hex color red value is 245, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f5beec hue: 0.86 , saturation: 0.73 and the lightness value of f5beec is 0.85.
The process color (four color CMYK) of #f5beec color hex is 0.00, 0.22, 0.04, 0.04. Web safe color of #f5beec is #ffccff. Color #f5beec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 10111110 | 11101100 |
Octal | 365 | 276 | 354 |
Decimal | 245 | 190 | 236 |
Hex | F5 | BE | EC |
Shades of #f5beec
Tints of #f5beec
RGB Percentages of Color #f5beec
CMYK Percentages of Color #f5beec
Complementary Color
#f5beec | #bef5c7 |
#f5beec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5beec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5beec Color CSS Codes
.mybgcolor {background-color:#f5beec; } .myforecolor {color:#f5beec; } .mybordercolor {border:3px solid #f5beec; }
#f5beec Text Font Color
<p style="color:#f5beec">Text here</p>
This sample text font color is #f5beec
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.
#f5beec Background Color
<div style="background-color:#f5beec">
Div content here</div>
This div background color is #f5beec
#f5beec Border Color
<div style="border:3px solid #f5beec">
Div here</div>
This div border color is #f5beec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,190,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5beec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5beec; -webkit-box-shadow: 1px 1px 3px 2px #f5beec; box-shadow: 1px 1px 3px 2px #f5beec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,190,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f5beec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5beec; -webkit-box-shadow: 1px 1px 3px 2px #f5beec; box-shadow: 1px 1px 3px 2px #f5beec;">
Div content here</div>
This div box has shadow with color #f5beec
Comments
No comments written yet.
Please login to write comment.