Color spaces of #fcf29d
RGB | 252 | 242 | 157 |
---|---|---|---|
HSL | 0.15 | 0.94 | 0.80 |
HSV | 54° | 38° | 99° |
CMYK | 0.00 | 0.04 | 0.38 0.01 |
XYZ | 77.9828 | 86.6340 | 44.5102 |
Yxy | 86.6340 | 0.3729 | 0.4143 |
Hunter Lab | 93.0774 | -13.3332 | 36.8013 |
CIE-Lab | 94.5828 | -8.5662 | 42.2272 |
#fcf29d color RGB value is (252,242,157).
#fcf29d hex color red value is 252, green value is 242 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fcf29d hue: 0.15 , saturation: 0.94 and the lightness value of fcf29d is 0.80.
The process color (four color CMYK) of #fcf29d color hex is 0.00, 0.04, 0.38, 0.01. Web safe color of #fcf29d is #ffff99. Color #fcf29d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11110010 | 10011101 |
Octal | 374 | 362 | 235 |
Decimal | 252 | 242 | 157 |
Hex | FC | F2 | 9D |
Shades of #fcf29d
Tints of #fcf29d
RGB Percentages of Color #fcf29d
CMYK Percentages of Color #fcf29d
Complementary Color
#fcf29d | #9da7fc |
#fcf29d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcf29d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcf29d Color CSS Codes
.mybgcolor {background-color:#fcf29d; } .myforecolor {color:#fcf29d; } .mybordercolor {border:3px solid #fcf29d; }
#fcf29d Text Font Color
<p style="color:#fcf29d">Text here</p>
This sample text font color is #fcf29d
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.
#fcf29d Background Color
<div style="background-color:#fcf29d">
Div content here</div>
This div background color is #fcf29d
#fcf29d Border Color
<div style="border:3px solid #fcf29d">
Div here</div>
This div border color is #fcf29d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,242,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcf29d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcf29d; -webkit-box-shadow: 1px 1px 3px 2px #fcf29d; box-shadow: 1px 1px 3px 2px #fcf29d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,242,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcf29d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcf29d; -webkit-box-shadow: 1px 1px 3px 2px #fcf29d; box-shadow: 1px 1px 3px 2px #fcf29d;">
Div content here</div>
This div box has shadow with color #fcf29d
Comments
No comments written yet.
Please login to write comment.