Color spaces of #fde48a
RGB | 253 | 228 | 138 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.77 |
HSV | 47° | 45° | 99° |
CMYK | 0.00 | 0.10 | 0.45 0.01 |
XYZ | 72.8389 | 78.2044 | 35.3007 |
Yxy | 78.2044 | 0.3909 | 0.4197 |
Hunter Lab | 88.4333 | -7.7349 | 38.2360 |
CIE-Lab | 90.8731 | -3.1031 | 46.8689 |
#fde48a color RGB value is (253,228,138).
#fde48a hex color red value is 253, green value is 228 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fde48a hue: 0.13 , saturation: 0.97 and the lightness value of fde48a is 0.77.
The process color (four color CMYK) of #fde48a color hex is 0.00, 0.10, 0.45, 0.01. Web safe color of #fde48a is #ffcc99. Color #fde48a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11100100 | 10001010 |
Octal | 375 | 344 | 212 |
Decimal | 253 | 228 | 138 |
Hex | FD | E4 | 8A |
Shades of #fde48a
Tints of #fde48a
RGB Percentages of Color #fde48a
CMYK Percentages of Color #fde48a
Complementary Color
#fde48a | #8aa3fd |
#fde48a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fde48a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fde48a Color CSS Codes
.mybgcolor {background-color:#fde48a; } .myforecolor {color:#fde48a; } .mybordercolor {border:3px solid #fde48a; }
#fde48a Text Font Color
<p style="color:#fde48a">Text here</p>
This sample text font color is #fde48a
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.
#fde48a Background Color
<div style="background-color:#fde48a">
Div content here</div>
This div background color is #fde48a
#fde48a Border Color
<div style="border:3px solid #fde48a">
Div here</div>
This div border color is #fde48a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,228,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fde48a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fde48a; -webkit-box-shadow: 1px 1px 3px 2px #fde48a; box-shadow: 1px 1px 3px 2px #fde48a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,228,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fde48a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fde48a; -webkit-box-shadow: 1px 1px 3px 2px #fde48a; box-shadow: 1px 1px 3px 2px #fde48a;">
Div content here</div>
This div box has shadow with color #fde48a
Comments
No comments written yet.
Please login to write comment.