Color spaces of #fcfcb5
RGB | 252 | 252 | 181 |
---|---|---|---|
HSL | 0.17 | 0.92 | 0.85 |
HSV | 60° | 28° | 99° |
CMYK | 0.00 | 0.00 | 0.28 0.01 |
XYZ | 83.2958 | 93.6524 | 57.4026 |
Yxy | 93.6524 | 0.3554 | 0.3996 |
Hunter Lab | 96.7742 | -15.7157 | 32.5734 |
CIE-Lab | 97.4918 | -10.7074 | 34.1080 |
#fcfcb5 color RGB value is (252,252,181).
#fcfcb5 hex color red value is 252, green value is 252 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #fcfcb5 hue: 0.17 , saturation: 0.92 and the lightness value of fcfcb5 is 0.85.
The process color (four color CMYK) of #fcfcb5 color hex is 0.00, 0.00, 0.28, 0.01. Web safe color of #fcfcb5 is #ffffcc. Color #fcfcb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111100 | 10110101 |
Octal | 374 | 374 | 265 |
Decimal | 252 | 252 | 181 |
Hex | FC | FC | B5 |
Shades of #fcfcb5
Tints of #fcfcb5
RGB Percentages of Color #fcfcb5
CMYK Percentages of Color #fcfcb5
Complementary Color
#fcfcb5 | #b5b5fc |
#fcfcb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfcb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfcb5 Color CSS Codes
.mybgcolor {background-color:#fcfcb5; } .myforecolor {color:#fcfcb5; } .mybordercolor {border:3px solid #fcfcb5; }
#fcfcb5 Text Font Color
<p style="color:#fcfcb5">Text here</p>
This sample text font color is #fcfcb5
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.
#fcfcb5 Background Color
<div style="background-color:#fcfcb5">
Div content here</div>
This div background color is #fcfcb5
#fcfcb5 Border Color
<div style="border:3px solid #fcfcb5">
Div here</div>
This div border color is #fcfcb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,252,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfcb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfcb5; -webkit-box-shadow: 1px 1px 3px 2px #fcfcb5; box-shadow: 1px 1px 3px 2px #fcfcb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,252,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfcb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfcb5; -webkit-box-shadow: 1px 1px 3px 2px #fcfcb5; box-shadow: 1px 1px 3px 2px #fcfcb5;">
Div content here</div>
This div box has shadow with color #fcfcb5
Related Colors
Comments
No comments written yet.
Please login to write comment.