Color spaces of #fce895
RGB | 252 | 232 | 149 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.79 |
HSV | 48° | 41° | 99° |
CMYK | 0.00 | 0.08 | 0.41 0.01 |
XYZ | 74.4263 | 80.5786 | 40.0643 |
Yxy | 80.5786 | 0.3815 | 0.4131 |
Hunter Lab | 89.7656 | -9.0921 | 36.3735 |
CIE-Lab | 91.9438 | -4.4184 | 42.7937 |
#fce895 color RGB value is (252,232,149).
#fce895 hex color red value is 252, green value is 232 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fce895 hue: 0.13 , saturation: 0.94 and the lightness value of fce895 is 0.79.
The process color (four color CMYK) of #fce895 color hex is 0.00, 0.08, 0.41, 0.01. Web safe color of #fce895 is #ffff99. Color #fce895 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101000 | 10010101 |
Octal | 374 | 350 | 225 |
Decimal | 252 | 232 | 149 |
Hex | FC | E8 | 95 |
Shades of #fce895
Tints of #fce895
RGB Percentages of Color #fce895
CMYK Percentages of Color #fce895
Complementary Color
#fce895 | #95a9fc |
#fce895 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fce895 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fce895 Color CSS Codes
.mybgcolor {background-color:#fce895; } .myforecolor {color:#fce895; } .mybordercolor {border:3px solid #fce895; }
#fce895 Text Font Color
<p style="color:#fce895">Text here</p>
This sample text font color is #fce895
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.
#fce895 Background Color
<div style="background-color:#fce895">
Div content here</div>
This div background color is #fce895
#fce895 Border Color
<div style="border:3px solid #fce895">
Div here</div>
This div border color is #fce895
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,232,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fce895; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fce895; -webkit-box-shadow: 1px 1px 3px 2px #fce895; box-shadow: 1px 1px 3px 2px #fce895; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,232,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fce895">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fce895; -webkit-box-shadow: 1px 1px 3px 2px #fce895; box-shadow: 1px 1px 3px 2px #fce895;">
Div content here</div>
This div box has shadow with color #fce895
Comments
No comments written yet.
Please login to write comment.