Color spaces of #ffdbac
RGB | 255 | 219 | 172 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.84 |
HSV | 34° | 33° | 100° |
CMYK | 0.00 | 0.14 | 0.33 0.00 |
XYZ | 74.0179 | 74.9016 | 49.5860 |
Yxy | 74.9016 | 0.3729 | 0.3773 |
Hunter Lab | 86.5457 | 1.2065 | 26.6120 |
CIE-Lab | 89.3469 | 5.9309 | 27.7594 |
#ffdbac color RGB value is (255,219,172).
#ffdbac hex color red value is 255, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ffdbac hue: 0.09 , saturation: 1.00 and the lightness value of ffdbac is 0.84.
The process color (four color CMYK) of #ffdbac color hex is 0.00, 0.14, 0.33, 0.00. Web safe color of #ffdbac is #ffcc99. Color #ffdbac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011011 | 10101100 |
Octal | 377 | 333 | 254 |
Decimal | 255 | 219 | 172 |
Hex | FF | DB | AC |
Shades of #ffdbac
Tints of #ffdbac
RGB Percentages of Color #ffdbac
CMYK Percentages of Color #ffdbac
Complementary Color
#ffdbac | #acd0ff |
#ffdbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdbac Color CSS Codes
.mybgcolor {background-color:#ffdbac; } .myforecolor {color:#ffdbac; } .mybordercolor {border:3px solid #ffdbac; }
#ffdbac Text Font Color
<p style="color:#ffdbac">Text here</p>
This sample text font color is #ffdbac
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.
#ffdbac Background Color
<div style="background-color:#ffdbac">
Div content here</div>
This div background color is #ffdbac
#ffdbac Border Color
<div style="border:3px solid #ffdbac">
Div here</div>
This div border color is #ffdbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,219,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdbac; -webkit-box-shadow: 1px 1px 3px 2px #ffdbac; box-shadow: 1px 1px 3px 2px #ffdbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,219,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdbac; -webkit-box-shadow: 1px 1px 3px 2px #ffdbac; box-shadow: 1px 1px 3px 2px #ffdbac;">
Div content here</div>
This div box has shadow with color #ffdbac
#ffdbac Color Palettes
Comments
No comments written yet.
Please login to write comment.