Color spaces of #ffd98c
RGB | 255 | 217 | 140 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.77 |
HSV | 40° | 45° | 100° |
CMYK | 0.00 | 0.15 | 0.45 0.00 |
XYZ | 70.7865 | 72.7792 | 35.1279 |
Yxy | 72.7792 | 0.3961 | 0.4073 |
Hunter Lab | 85.3107 | -1.1836 | 35.3040 |
CIE-Lab | 88.3423 | 3.4669 | 42.7300 |
#ffd98c color RGB value is (255,217,140).
#ffd98c hex color red value is 255, green value is 217 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ffd98c hue: 0.11 , saturation: 1.00 and the lightness value of ffd98c is 0.77.
The process color (four color CMYK) of #ffd98c color hex is 0.00, 0.15, 0.45, 0.00. Web safe color of #ffd98c is #ffcc99. Color #ffd98c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011001 | 10001100 |
Octal | 377 | 331 | 214 |
Decimal | 255 | 217 | 140 |
Hex | FF | D9 | 8C |
Shades of #ffd98c
Tints of #ffd98c
RGB Percentages of Color #ffd98c
CMYK Percentages of Color #ffd98c
Complementary Color
#ffd98c | #8cb2ff |
#ffd98c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd98c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd98c Color CSS Codes
.mybgcolor {background-color:#ffd98c; } .myforecolor {color:#ffd98c; } .mybordercolor {border:3px solid #ffd98c; }
#ffd98c Text Font Color
<p style="color:#ffd98c">Text here</p>
This sample text font color is #ffd98c
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.
#ffd98c Background Color
<div style="background-color:#ffd98c">
Div content here</div>
This div background color is #ffd98c
#ffd98c Border Color
<div style="border:3px solid #ffd98c">
Div here</div>
This div border color is #ffd98c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,217,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd98c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd98c; -webkit-box-shadow: 1px 1px 3px 2px #ffd98c; box-shadow: 1px 1px 3px 2px #ffd98c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,217,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd98c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd98c; -webkit-box-shadow: 1px 1px 3px 2px #ffd98c; box-shadow: 1px 1px 3px 2px #ffd98c;">
Div content here</div>
This div box has shadow with color #ffd98c
#ffd98c Color Palettes
Comments
No comments written yet.
Please login to write comment.