Hex | fde7a3 |
RGB | 253 , 231 , 163 |
RGB % | 39.1, 35.7, 25.2 |
HSL | 45.3, 95.7, 81.6 |
HSV | 45.3, 35.6, 99.2 |
CMYK | 0,22.2,90.7,2 |
XYZ | 0.757, 0.807, 0.462 |
xyY | 0.374, 0.398, 0.807 |
CIE-LAB | 0.92, -0.02, 0.359 |
CIE-LUV | 0.92, 0.176, 0.495 |
CIE-HCL | 93.207, 0.359, 0.92 |
Binary | 11111101,11100111,10100011 |
#fde7a3 HTML/CSS Color Name is Cape Honey / Pantone 7401 C / Yellow.
In a RGB color space, #fde7a3 color RGB value is (Red:253,Green:231,Blue:163). it is composed of 39.1% red, 35.7% green and 25.2% blue. The process color (four color CMYK) of #fde7a3 color hex is 0,22.2,90.7,2. HSL of color #fde7a3 hue: 45.3 , saturation: 95.7 and the lightness value of fde7a3 is 81.6. Mainly color is Yellow. Reverse color is: #02185c.
The color codes conversion takes 1.873094 milliseconds.
.bgcolor {background-color:#fde7a3; .textcolor {color:#fde7a3; } .bordercolor {border:3px solid #fde7a3; }
<p style="color:#fde7a3">Text here</p>
<p style="background-color:#fde7a3;">Content here</p>
<div style="border:1px solid #fde7a3;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #fde7a3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde7a3; -webkit-box-shadow: 1px 1px 3px 2px #fde7a3; box-shadow: 1px 1px 3px 2px #fde7a3; }
<p style="text-shadow: 4px 4px 2px #fde7a3">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde7a3; -webkit-box-shadow: 1px 1px 3px 2px #fde7a3; box-shadow: 1px 1px 3px 2px #fde7a3;">
Content here</div>