Color spaces of #ffd6bd
RGB | 255 | 214 | 189 |
---|---|---|---|
HSL | 0.06 | 1.00 | 0.87 |
HSV | 23° | 26° | 100° |
CMYK | 0.00 | 0.16 | 0.26 0.00 |
XYZ | 74.4719 | 73.0273 | 58.3147 |
Yxy | 73.0273 | 0.3618 | 0.3548 |
Hunter Lab | 85.4560 | 6.0084 | 19.3600 |
CIE-Lab | 88.4607 | 10.6891 | 17.6860 |
#ffd6bd color RGB value is (255,214,189).
#ffd6bd hex color red value is 255, green value is 214 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffd6bd hue: 0.06 , saturation: 1.00 and the lightness value of ffd6bd is 0.87.
The process color (four color CMYK) of #ffd6bd color hex is 0.00, 0.16, 0.26, 0.00. Web safe color of #ffd6bd is #ffcccc. Color #ffd6bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010110 | 10111101 |
Octal | 377 | 326 | 275 |
Decimal | 255 | 214 | 189 |
Hex | FF | D6 | BD |
Shades of #ffd6bd
Tints of #ffd6bd
RGB Percentages of Color #ffd6bd
CMYK Percentages of Color #ffd6bd
Complementary Color
#ffd6bd | #bde6ff |
#ffd6bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd6bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd6bd Color CSS Codes
.mybgcolor {background-color:#ffd6bd; } .myforecolor {color:#ffd6bd; } .mybordercolor {border:3px solid #ffd6bd; }
#ffd6bd Text Font Color
<p style="color:#ffd6bd">Text here</p>
This sample text font color is #ffd6bd
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.
#ffd6bd Background Color
<div style="background-color:#ffd6bd">
Div content here</div>
This div background color is #ffd6bd
#ffd6bd Border Color
<div style="border:3px solid #ffd6bd">
Div here</div>
This div border color is #ffd6bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,214,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd6bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd6bd; -webkit-box-shadow: 1px 1px 3px 2px #ffd6bd; box-shadow: 1px 1px 3px 2px #ffd6bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,214,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd6bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd6bd; -webkit-box-shadow: 1px 1px 3px 2px #ffd6bd; box-shadow: 1px 1px 3px 2px #ffd6bd;">
Div content here</div>
This div box has shadow with color #ffd6bd
#ffd6bd Color Palettes
Comments
No comments written yet.
Please login to write comment.