Color spaces of #ffd88d
RGB | 255 | 216 | 141 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.78 |
HSV | 39° | 45° | 100° |
CMYK | 0.00 | 0.15 | 0.45 0.00 |
XYZ | 70.6036 | 72.2948 | 35.4324 |
Yxy | 72.2948 | 0.3959 | 0.4054 |
Hunter Lab | 85.0263 | -0.5745 | 34.8110 |
CIE-Lab | 88.1103 | 4.0763 | 41.9348 |
#ffd88d color RGB value is (255,216,141).
#ffd88d hex color red value is 255, green value is 216 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ffd88d hue: 0.11 , saturation: 1.00 and the lightness value of ffd88d is 0.78.
The process color (four color CMYK) of #ffd88d color hex is 0.00, 0.15, 0.45, 0.00. Web safe color of #ffd88d is #ffcc99. Color #ffd88d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011000 | 10001101 |
Octal | 377 | 330 | 215 |
Decimal | 255 | 216 | 141 |
Hex | FF | D8 | 8D |
Shades of #ffd88d
Tints of #ffd88d
RGB Percentages of Color #ffd88d
CMYK Percentages of Color #ffd88d
Complementary Color
#ffd88d | #8db4ff |
#ffd88d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd88d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd88d Color CSS Codes
.mybgcolor {background-color:#ffd88d; } .myforecolor {color:#ffd88d; } .mybordercolor {border:3px solid #ffd88d; }
#ffd88d Text Font Color
<p style="color:#ffd88d">Text here</p>
This sample text font color is #ffd88d
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.
#ffd88d Background Color
<div style="background-color:#ffd88d">
Div content here</div>
This div background color is #ffd88d
#ffd88d Border Color
<div style="border:3px solid #ffd88d">
Div here</div>
This div border color is #ffd88d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,216,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd88d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd88d; -webkit-box-shadow: 1px 1px 3px 2px #ffd88d; box-shadow: 1px 1px 3px 2px #ffd88d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,216,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd88d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd88d; -webkit-box-shadow: 1px 1px 3px 2px #ffd88d; box-shadow: 1px 1px 3px 2px #ffd88d;">
Div content here</div>
This div box has shadow with color #ffd88d
#ffd88d Color Palettes
Comments
No comments written yet.
Please login to write comment.