Color spaces of #f5ceec
RGB | 245 | 206 | 236 |
---|---|---|---|
HSL | 0.87 | 0.66 | 0.88 |
HSV | 314° | 16° | 96° |
CMYK | 0.00 | 0.16 | 0.04 0.04 |
XYZ | 74.8678 | 69.6112 | 88.8472 |
Yxy | 69.6112 | 0.3209 | 0.2983 |
Hunter Lab | 83.4333 | 14.1663 | -4.7339 |
CIE-Lab | 86.8058 | 18.6378 | -9.6408 |
#f5ceec color RGB value is (245,206,236).
#f5ceec hex color red value is 245, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f5ceec hue: 0.87 , saturation: 0.66 and the lightness value of f5ceec is 0.88.
The process color (four color CMYK) of #f5ceec color hex is 0.00, 0.16, 0.04, 0.04. Web safe color of #f5ceec is #ffccff. Color #f5ceec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11001110 | 11101100 |
Octal | 365 | 316 | 354 |
Decimal | 245 | 206 | 236 |
Hex | F5 | CE | EC |
Shades of #f5ceec
Tints of #f5ceec
RGB Percentages of Color #f5ceec
CMYK Percentages of Color #f5ceec
Complementary Color
#f5ceec | #cef5d7 |
#f5ceec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f5ceec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f5ceec Color CSS Codes
.mybgcolor {background-color:#f5ceec; } .myforecolor {color:#f5ceec; } .mybordercolor {border:3px solid #f5ceec; }
#f5ceec Text Font Color
<p style="color:#f5ceec">Text here</p>
This sample text font color is #f5ceec
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.
#f5ceec Background Color
<div style="background-color:#f5ceec">
Div content here</div>
This div background color is #f5ceec
#f5ceec Border Color
<div style="border:3px solid #f5ceec">
Div here</div>
This div border color is #f5ceec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,206,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f5ceec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f5ceec; -webkit-box-shadow: 1px 1px 3px 2px #f5ceec; box-shadow: 1px 1px 3px 2px #f5ceec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,206,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 #f5ceec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f5ceec; -webkit-box-shadow: 1px 1px 3px 2px #f5ceec; box-shadow: 1px 1px 3px 2px #f5ceec;">
Div content here</div>
This div box has shadow with color #f5ceec
Comments
No comments written yet.
Please login to write comment.