Color spaces of #ffb87f
RGB | 255 | 184 | 127 |
---|---|---|---|
HSL | 0.07 | 1.00 | 0.75 |
HSV | 27° | 50° | 100° |
CMYK | 0.00 | 0.28 | 0.50 0.00 |
XYZ | 62.2113 | 57.0733 | 27.8160 |
Yxy | 57.0733 | 0.4229 | 0.3880 |
Hunter Lab | 75.5469 | 14.7841 | 31.0525 |
CIE-Lab | 80.2208 | 19.3790 | 38.9941 |
#ffb87f color RGB value is (255,184,127).
#ffb87f hex color red value is 255, green value is 184 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ffb87f hue: 0.07 , saturation: 1.00 and the lightness value of ffb87f is 0.75.
The process color (four color CMYK) of #ffb87f color hex is 0.00, 0.28, 0.50, 0.00. Web safe color of #ffb87f is #ffcc66. Color #ffb87f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111000 | 01111111 |
Octal | 377 | 270 | 177 |
Decimal | 255 | 184 | 127 |
Hex | FF | B8 | 7F |
Shades of #ffb87f
Tints of #ffb87f
RGB Percentages of Color #ffb87f
CMYK Percentages of Color #ffb87f
Complementary Color
#ffb87f | #7fc6ff |
#ffb87f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb87f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb87f Color CSS Codes
.mybgcolor {background-color:#ffb87f; } .myforecolor {color:#ffb87f; } .mybordercolor {border:3px solid #ffb87f; }
#ffb87f Text Font Color
<p style="color:#ffb87f">Text here</p>
This sample text font color is #ffb87f
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.
#ffb87f Background Color
<div style="background-color:#ffb87f">
Div content here</div>
This div background color is #ffb87f
#ffb87f Border Color
<div style="border:3px solid #ffb87f">
Div here</div>
This div border color is #ffb87f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,184,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb87f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb87f; -webkit-box-shadow: 1px 1px 3px 2px #ffb87f; box-shadow: 1px 1px 3px 2px #ffb87f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,184,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffb87f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb87f; -webkit-box-shadow: 1px 1px 3px 2px #ffb87f; box-shadow: 1px 1px 3px 2px #ffb87f;">
Div content here</div>
This div box has shadow with color #ffb87f
#ffb87f Color Palettes
Comments
No comments written yet.
Please login to write comment.