Color spaces of #fdf98a
RGB | 253 | 249 | 138 |
---|---|---|---|
HSL | 0.16 | 0.97 | 0.77 |
HSV | 58° | 45° | 99° |
CMYK | 0.00 | 0.02 | 0.45 0.01 |
XYZ | 78.9711 | 90.4690 | 37.3448 |
Yxy | 90.4690 | 0.3819 | 0.4375 |
Hunter Lab | 95.1152 | -18.2488 | 43.3018 |
CIE-Lab | 96.1910 | -13.5290 | 53.4353 |
#fdf98a color RGB value is (253,249,138).
#fdf98a hex color red value is 253, green value is 249 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fdf98a hue: 0.16 , saturation: 0.97 and the lightness value of fdf98a is 0.77.
The process color (four color CMYK) of #fdf98a color hex is 0.00, 0.02, 0.45, 0.01. Web safe color of #fdf98a is #ffff99. Color #fdf98a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111001 | 10001010 |
Octal | 375 | 371 | 212 |
Decimal | 253 | 249 | 138 |
Hex | FD | F9 | 8A |
Shades of #fdf98a
Tints of #fdf98a
RGB Percentages of Color #fdf98a
CMYK Percentages of Color #fdf98a
Complementary Color
#fdf98a | #8a8efd |
#fdf98a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdf98a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdf98a Color CSS Codes
.mybgcolor {background-color:#fdf98a; } .myforecolor {color:#fdf98a; } .mybordercolor {border:3px solid #fdf98a; }
#fdf98a Text Font Color
<p style="color:#fdf98a">Text here</p>
This sample text font color is #fdf98a
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.
#fdf98a Background Color
<div style="background-color:#fdf98a">
Div content here</div>
This div background color is #fdf98a
#fdf98a Border Color
<div style="border:3px solid #fdf98a">
Div here</div>
This div border color is #fdf98a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,249,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdf98a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdf98a; -webkit-box-shadow: 1px 1px 3px 2px #fdf98a; box-shadow: 1px 1px 3px 2px #fdf98a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,249,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 #fdf98a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdf98a; -webkit-box-shadow: 1px 1px 3px 2px #fdf98a; box-shadow: 1px 1px 3px 2px #fdf98a;">
Div content here</div>
This div box has shadow with color #fdf98a
Comments
No comments written yet.
Please login to write comment.