Color spaces of #fdbf93
RGB | 253 | 191 | 147 |
---|---|---|---|
HSL | 0.07 | 0.96 | 0.78 |
HSV | 25° | 42° | 99° |
CMYK | 0.00 | 0.25 | 0.42 0.01 |
XYZ | 64.4053 | 60.2508 | 35.8388 |
Yxy | 60.2508 | 0.4013 | 0.3754 |
Hunter Lab | 77.6214 | 12.2705 | 26.9600 |
CIE-Lab | 81.9743 | 16.8653 | 30.8316 |
#fdbf93 color RGB value is (253,191,147).
#fdbf93 hex color red value is 253, green value is 191 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #fdbf93 hue: 0.07 , saturation: 0.96 and the lightness value of fdbf93 is 0.78.
The process color (four color CMYK) of #fdbf93 color hex is 0.00, 0.25, 0.42, 0.01. Web safe color of #fdbf93 is #ffcc99. Color #fdbf93 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10111111 | 10010011 |
Octal | 375 | 277 | 223 |
Decimal | 253 | 191 | 147 |
Hex | FD | BF | 93 |
Shades of #fdbf93
Tints of #fdbf93
RGB Percentages of Color #fdbf93
CMYK Percentages of Color #fdbf93
Complementary Color
#fdbf93 | #93d1fd |
#fdbf93 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdbf93 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdbf93 Color CSS Codes
.mybgcolor {background-color:#fdbf93; } .myforecolor {color:#fdbf93; } .mybordercolor {border:3px solid #fdbf93; }
#fdbf93 Text Font Color
<p style="color:#fdbf93">Text here</p>
This sample text font color is #fdbf93
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.
#fdbf93 Background Color
<div style="background-color:#fdbf93">
Div content here</div>
This div background color is #fdbf93
#fdbf93 Border Color
<div style="border:3px solid #fdbf93">
Div here</div>
This div border color is #fdbf93
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,191,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdbf93; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdbf93; -webkit-box-shadow: 1px 1px 3px 2px #fdbf93; box-shadow: 1px 1px 3px 2px #fdbf93; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,191,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdbf93">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdbf93; -webkit-box-shadow: 1px 1px 3px 2px #fdbf93; box-shadow: 1px 1px 3px 2px #fdbf93;">
Div content here</div>
This div box has shadow with color #fdbf93
Comments
No comments written yet.
Please login to write comment.