Color spaces of #fdbda8
RGB | 253 | 189 | 168 |
---|---|---|---|
HSL | 0.04 | 0.96 | 0.83 |
HSV | 15° | 34° | 99° |
CMYK | 0.00 | 0.25 | 0.34 0.01 |
XYZ | 65.7735 | 60.1050 | 45.1806 |
Yxy | 60.1050 | 0.3845 | 0.3514 |
Hunter Lab | 77.5274 | 15.7647 | 19.7168 |
CIE-Lab | 81.8952 | 20.2943 | 19.6106 |
#fdbda8 color RGB value is (253,189,168).
#fdbda8 hex color red value is 253, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fdbda8 hue: 0.04 , saturation: 0.96 and the lightness value of fdbda8 is 0.83.
The process color (four color CMYK) of #fdbda8 color hex is 0.00, 0.25, 0.34, 0.01. Web safe color of #fdbda8 is #ffcc99. Color #fdbda8 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111101 | 10101000 |
Octal | 375 | 275 | 250 |
Decimal | 253 | 189 | 168 |
Hex | FD | BD | A8 |
Shades of #fdbda8
Tints of #fdbda8
RGB Percentages of Color #fdbda8
CMYK Percentages of Color #fdbda8
Complementary Color
#fdbda8 | #a8e8fd |
#fdbda8 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbda8 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbda8 Color CSS Codes
.mybgcolor {background-color:#fdbda8; } .myforecolor {color:#fdbda8; } .mybordercolor {border:3px solid #fdbda8; }
#fdbda8 Text Font Color
<p style="color:#fdbda8">Text here</p>
This sample text font color is #fdbda8
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.
#fdbda8 Background Color
<div style="background-color:#fdbda8">
Div content here</div>
This div background color is #fdbda8
#fdbda8 Border Color
<div style="border:3px solid #fdbda8">
Div here</div>
This div border color is #fdbda8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,189,168, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbda8; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbda8; -webkit-box-shadow: 1px 1px 3px 2px #fdbda8; box-shadow: 1px 1px 3px 2px #fdbda8; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,189,168, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbda8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbda8; -webkit-box-shadow: 1px 1px 3px 2px #fdbda8; box-shadow: 1px 1px 3px 2px #fdbda8;">
Div content here</div>
This div box has shadow with color #fdbda8
Comments
No comments written yet.
Please login to write comment.