Color spaces of #fce868
RGB | 252 | 232 | 104 |
---|---|---|---|
HSL | 0.14 | 0.96 | 0.70 |
HSV | 52° | 59° | 99° |
CMYK | 0.00 | 0.08 | 0.59 0.01 |
XYZ | 71.5002 | 79.4081 | 24.6555 |
Yxy | 79.4081 | 0.4073 | 0.4523 |
Hunter Lab | 89.1112 | -12.7215 | 45.9734 |
CIE-Lab | 91.4186 | -8.2750 | 63.3015 |
#fce868 color RGB value is (252,232,104).
#fce868 hex color red value is 252, green value is 232 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #fce868 hue: 0.14 , saturation: 0.96 and the lightness value of fce868 is 0.70.
The process color (four color CMYK) of #fce868 color hex is 0.00, 0.08, 0.59, 0.01. Web safe color of #fce868 is #ffff66. Color #fce868 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11101000 | 01101000 |
Octal | 374 | 350 | 150 |
Decimal | 252 | 232 | 104 |
Hex | FC | E8 | 68 |
Shades of #fce868
Tints of #fce868
RGB Percentages of Color #fce868
CMYK Percentages of Color #fce868
Complementary Color
#fce868 | #687cfc |
#fce868 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fce868 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fce868 Color CSS Codes
.mybgcolor {background-color:#fce868; } .myforecolor {color:#fce868; } .mybordercolor {border:3px solid #fce868; }
#fce868 Text Font Color
<p style="color:#fce868">Text here</p>
This sample text font color is #fce868
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.
#fce868 Background Color
<div style="background-color:#fce868">
Div content here</div>
This div background color is #fce868
#fce868 Border Color
<div style="border:3px solid #fce868">
Div here</div>
This div border color is #fce868
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,232,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fce868; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fce868; -webkit-box-shadow: 1px 1px 3px 2px #fce868; box-shadow: 1px 1px 3px 2px #fce868; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,232,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fce868">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fce868; -webkit-box-shadow: 1px 1px 3px 2px #fce868; box-shadow: 1px 1px 3px 2px #fce868;">
Div content here</div>
This div box has shadow with color #fce868
Comments
No comments written yet.
Please login to write comment.