Color spaces of #fdbf83
RGB | 253 | 191 | 131 |
---|---|---|---|
HSL | 0.08 | 0.97 | 0.75 |
HSV | 30° | 48° | 99° |
CMYK | 0.00 | 0.25 | 0.48 0.01 |
XYZ | 63.2355 | 59.7829 | 29.6791 |
Yxy | 59.7829 | 0.4141 | 0.3915 |
Hunter Lab | 77.3194 | 10.6769 | 31.3651 |
CIE-Lab | 81.7200 | 15.2862 | 38.8067 |
#fdbf83 color RGB value is (253,191,131).
#fdbf83 hex color red value is 253, green value is 191 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fdbf83 hue: 0.08 , saturation: 0.97 and the lightness value of fdbf83 is 0.75.
The process color (four color CMYK) of #fdbf83 color hex is 0.00, 0.25, 0.48, 0.01. Web safe color of #fdbf83 is #ffcc99. Color #fdbf83 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111111 | 10000011 |
Octal | 375 | 277 | 203 |
Decimal | 253 | 191 | 131 |
Hex | FD | BF | 83 |
Shades of #fdbf83
Tints of #fdbf83
RGB Percentages of Color #fdbf83
CMYK Percentages of Color #fdbf83
Complementary Color
#fdbf83 | #83c1fd |
#fdbf83 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbf83 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbf83 Color CSS Codes
.mybgcolor {background-color:#fdbf83; } .myforecolor {color:#fdbf83; } .mybordercolor {border:3px solid #fdbf83; }
#fdbf83 Text Font Color
<p style="color:#fdbf83">Text here</p>
This sample text font color is #fdbf83
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.
#fdbf83 Background Color
<div style="background-color:#fdbf83">
Div content here</div>
This div background color is #fdbf83
#fdbf83 Border Color
<div style="border:3px solid #fdbf83">
Div here</div>
This div border color is #fdbf83
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,191,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbf83; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbf83; -webkit-box-shadow: 1px 1px 3px 2px #fdbf83; box-shadow: 1px 1px 3px 2px #fdbf83; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,191,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbf83">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbf83; -webkit-box-shadow: 1px 1px 3px 2px #fdbf83; box-shadow: 1px 1px 3px 2px #fdbf83;">
Div content here</div>
This div box has shadow with color #fdbf83
Comments
No comments written yet.
Please login to write comment.