Color spaces of #ffbc6e
RGB | 255 | 188 | 110 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.72 |
HSV | 32° | 57° | 100° |
CMYK | 0.00 | 0.26 | 0.57 0.00 |
XYZ | 62.0377 | 58.3522 | 22.7452 |
Yxy | 58.3522 | 0.4334 | 0.4077 |
Hunter Lab | 76.3886 | 11.2856 | 35.8180 |
CIE-Lab | 80.9342 | 15.8998 | 48.4582 |
#ffbc6e color RGB value is (255,188,110).
#ffbc6e hex color red value is 255, green value is 188 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ffbc6e hue: 0.09 , saturation: 1.00 and the lightness value of ffbc6e is 0.72.
The process color (four color CMYK) of #ffbc6e color hex is 0.00, 0.26, 0.57, 0.00. Web safe color of #ffbc6e is #ffcc66. Color #ffbc6e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111100 | 01101110 |
Octal | 377 | 274 | 156 |
Decimal | 255 | 188 | 110 |
Hex | FF | BC | 6E |
Shades of #ffbc6e
Tints of #ffbc6e
RGB Percentages of Color #ffbc6e
CMYK Percentages of Color #ffbc6e
Complementary Color
#ffbc6e | #6eb1ff |
#ffbc6e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbc6e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbc6e Color CSS Codes
.mybgcolor {background-color:#ffbc6e; } .myforecolor {color:#ffbc6e; } .mybordercolor {border:3px solid #ffbc6e; }
#ffbc6e Text Font Color
<p style="color:#ffbc6e">Text here</p>
This sample text font color is #ffbc6e
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.
#ffbc6e Background Color
<div style="background-color:#ffbc6e">
Div content here</div>
This div background color is #ffbc6e
#ffbc6e Border Color
<div style="border:3px solid #ffbc6e">
Div here</div>
This div border color is #ffbc6e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,188,110, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbc6e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbc6e; -webkit-box-shadow: 1px 1px 3px 2px #ffbc6e; box-shadow: 1px 1px 3px 2px #ffbc6e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,188,110, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbc6e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbc6e; -webkit-box-shadow: 1px 1px 3px 2px #ffbc6e; box-shadow: 1px 1px 3px 2px #ffbc6e;">
Div content here</div>
This div box has shadow with color #ffbc6e
#ffbc6e Color Palettes
Comments
No comments written yet.
Please login to write comment.