Color spaces of #fcd39e
RGB | 252 | 211 | 158 |
---|---|---|---|
HSL | 0.09 | 0.94 | 0.80 |
HSV | 34° | 37° | 99° |
CMYK | 0.00 | 0.16 | 0.37 0.01 |
XYZ | 69.6107 | 69.7526 | 42.1425 |
Yxy | 69.7526 | 0.3835 | 0.3843 |
Hunter Lab | 83.5180 | 2.6199 | 28.5454 |
CIE-Lab | 86.8754 | 7.2664 | 31.6186 |
#fcd39e color RGB value is (252,211,158).
#fcd39e hex color red value is 252, green value is 211 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fcd39e hue: 0.09 , saturation: 0.94 and the lightness value of fcd39e is 0.80.
The process color (four color CMYK) of #fcd39e color hex is 0.00, 0.16, 0.37, 0.01. Web safe color of #fcd39e is #ffcc99. Color #fcd39e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11010011 | 10011110 |
Octal | 374 | 323 | 236 |
Decimal | 252 | 211 | 158 |
Hex | FC | D3 | 9E |
Shades of #fcd39e
Tints of #fcd39e
RGB Percentages of Color #fcd39e
CMYK Percentages of Color #fcd39e
Complementary Color
#fcd39e | #9ec7fc |
#fcd39e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd39e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd39e Color CSS Codes
.mybgcolor {background-color:#fcd39e; } .myforecolor {color:#fcd39e; } .mybordercolor {border:3px solid #fcd39e; }
#fcd39e Text Font Color
<p style="color:#fcd39e">Text here</p>
This sample text font color is #fcd39e
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.
#fcd39e Background Color
<div style="background-color:#fcd39e">
Div content here</div>
This div background color is #fcd39e
#fcd39e Border Color
<div style="border:3px solid #fcd39e">
Div here</div>
This div border color is #fcd39e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,211,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd39e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd39e; -webkit-box-shadow: 1px 1px 3px 2px #fcd39e; box-shadow: 1px 1px 3px 2px #fcd39e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,211,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd39e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd39e; -webkit-box-shadow: 1px 1px 3px 2px #fcd39e; box-shadow: 1px 1px 3px 2px #fcd39e;">
Div content here</div>
This div box has shadow with color #fcd39e
Comments
No comments written yet.
Please login to write comment.