Color spaces of #fbad86
RGB | 251 | 173 | 134 |
---|---|---|---|
HSL | 0.06 | 0.94 | 0.75 |
HSV | 20° | 47° | 98° |
CMYK | 0.00 | 0.31 | 0.47 0.02 |
XYZ | 59.0303 | 52.1176 | 29.5027 |
Yxy | 52.1176 | 0.4197 | 0.3705 |
Hunter Lab | 72.1925 | 19.6188 | 26.3049 |
CIE-Lab | 77.3511 | 24.2193 | 31.5314 |
#fbad86 color RGB value is (251,173,134).
#fbad86 hex color red value is 251, green value is 173 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fbad86 hue: 0.06 , saturation: 0.94 and the lightness value of fbad86 is 0.75.
The process color (four color CMYK) of #fbad86 color hex is 0.00, 0.31, 0.47, 0.02. Web safe color of #fbad86 is #ff9999. Color #fbad86 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 10101101 | 10000110 |
Octal | 373 | 255 | 206 |
Decimal | 251 | 173 | 134 |
Hex | FB | AD | 86 |
Shades of #fbad86
Tints of #fbad86
RGB Percentages of Color #fbad86
CMYK Percentages of Color #fbad86
Complementary Color
#fbad86 | #86d4fb |
#fbad86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fbad86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fbad86 Color CSS Codes
.mybgcolor {background-color:#fbad86; } .myforecolor {color:#fbad86; } .mybordercolor {border:3px solid #fbad86; }
#fbad86 Text Font Color
<p style="color:#fbad86">Text here</p>
This sample text font color is #fbad86
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.
#fbad86 Background Color
<div style="background-color:#fbad86">
Div content here</div>
This div background color is #fbad86
#fbad86 Border Color
<div style="border:3px solid #fbad86">
Div here</div>
This div border color is #fbad86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,173,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fbad86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fbad86; -webkit-box-shadow: 1px 1px 3px 2px #fbad86; box-shadow: 1px 1px 3px 2px #fbad86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,173,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fbad86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fbad86; -webkit-box-shadow: 1px 1px 3px 2px #fbad86; box-shadow: 1px 1px 3px 2px #fbad86;">
Div content here</div>
This div box has shadow with color #fbad86
Comments
No comments written yet.
Please login to write comment.