Color spaces of #fcf385
RGB | 252 | 243 | 133 |
---|---|---|---|
HSL | 0.15 | 0.95 | 0.75 |
HSV | 55° | 47° | 99° |
CMYK | 0.00 | 0.04 | 0.47 0.01 |
XYZ | 76.4291 | 86.4901 | 34.8563 |
Yxy | 86.4901 | 0.3864 | 0.4373 |
Hunter Lab | 93.0001 | -16.0556 | 42.8782 |
CIE-Lab | 94.5215 | -11.4317 | 53.7383 |
#fcf385 color RGB value is (252,243,133).
#fcf385 hex color red value is 252, green value is 243 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #fcf385 hue: 0.15 , saturation: 0.95 and the lightness value of fcf385 is 0.75.
The process color (four color CMYK) of #fcf385 color hex is 0.00, 0.04, 0.47, 0.01. Web safe color of #fcf385 is #ffff99. Color #fcf385 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110011 | 10000101 |
Octal | 374 | 363 | 205 |
Decimal | 252 | 243 | 133 |
Hex | FC | F3 | 85 |
Shades of #fcf385
Tints of #fcf385
RGB Percentages of Color #fcf385
CMYK Percentages of Color #fcf385
Complementary Color
#fcf385 | #858efc |
#fcf385 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf385 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf385 Color CSS Codes
.mybgcolor {background-color:#fcf385; } .myforecolor {color:#fcf385; } .mybordercolor {border:3px solid #fcf385; }
#fcf385 Text Font Color
<p style="color:#fcf385">Text here</p>
This sample text font color is #fcf385
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.
#fcf385 Background Color
<div style="background-color:#fcf385">
Div content here</div>
This div background color is #fcf385
#fcf385 Border Color
<div style="border:3px solid #fcf385">
Div here</div>
This div border color is #fcf385
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,243,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf385; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf385; -webkit-box-shadow: 1px 1px 3px 2px #fcf385; box-shadow: 1px 1px 3px 2px #fcf385; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,243,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf385">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf385; -webkit-box-shadow: 1px 1px 3px 2px #fcf385; box-shadow: 1px 1px 3px 2px #fcf385;">
Div content here</div>
This div box has shadow with color #fcf385
Comments
No comments written yet.
Please login to write comment.