Color spaces of #fcfebc
RGB | 252 | 254 | 188 |
---|---|---|---|
HSL | 0.17 | 0.97 | 0.87 |
HSV | 62° | 26° | 100° |
CMYK | 0.01 | 0.00 | 0.26 0.00 |
XYZ | 84.6638 | 95.2099 | 61.4920 |
Yxy | 95.2099 | 0.3508 | 0.3945 |
Hunter Lab | 97.5756 | -15.8774 | 30.9384 |
CIE-Lab | 98.1174 | -10.7991 | 31.4377 |
#fcfebc color RGB value is (252,254,188).
#fcfebc hex color red value is 252, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fcfebc hue: 0.17 , saturation: 0.97 and the lightness value of fcfebc is 0.87.
The process color (four color CMYK) of #fcfebc color hex is 0.01, 0.00, 0.26, 0.00. Web safe color of #fcfebc is #ffffcc. Color #fcfebc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111110 | 10111100 |
Octal | 374 | 376 | 274 |
Decimal | 252 | 254 | 188 |
Hex | FC | FE | BC |
Shades of #fcfebc
Tints of #fcfebc
RGB Percentages of Color #fcfebc
CMYK Percentages of Color #fcfebc
Complementary Color
#fcfebc | #bebcfe |
#fcfebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfebc Color CSS Codes
.mybgcolor {background-color:#fcfebc; } .myforecolor {color:#fcfebc; } .mybordercolor {border:3px solid #fcfebc; }
#fcfebc Text Font Color
<p style="color:#fcfebc">Text here</p>
This sample text font color is #fcfebc
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.
#fcfebc Background Color
<div style="background-color:#fcfebc">
Div content here</div>
This div background color is #fcfebc
#fcfebc Border Color
<div style="border:3px solid #fcfebc">
Div here</div>
This div border color is #fcfebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,254,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfebc; -webkit-box-shadow: 1px 1px 3px 2px #fcfebc; box-shadow: 1px 1px 3px 2px #fcfebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,254,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfebc; -webkit-box-shadow: 1px 1px 3px 2px #fcfebc; box-shadow: 1px 1px 3px 2px #fcfebc;">
Div content here</div>
This div box has shadow with color #fcfebc
#fcfebc Color Palettes
Comments
No comments written yet.
Please login to write comment.