Color spaces of #ffbd6d
RGB | 255 | 189 | 109 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.71 |
HSV | 33° | 57° | 100° |
CMYK | 0.00 | 0.26 | 0.57 0.00 |
XYZ | 62.1979 | 58.7593 | 22.5315 |
Yxy | 58.7593 | 0.4335 | 0.4095 |
Hunter Lab | 76.6546 | 10.6901 | 36.2308 |
CIE-Lab | 81.1591 | 15.3034 | 49.2188 |
#ffbd6d color RGB value is (255,189,109).
#ffbd6d hex color red value is 255, green value is 189 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ffbd6d hue: 0.09 , saturation: 1.00 and the lightness value of ffbd6d is 0.71.
The process color (four color CMYK) of #ffbd6d color hex is 0.00, 0.26, 0.57, 0.00. Web safe color of #ffbd6d is #ffcc66. Color #ffbd6d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111101 | 01101101 |
Octal | 377 | 275 | 155 |
Decimal | 255 | 189 | 109 |
Hex | FF | BD | 6D |
Shades of #ffbd6d
Tints of #ffbd6d
RGB Percentages of Color #ffbd6d
CMYK Percentages of Color #ffbd6d
Complementary Color
#ffbd6d | #6dafff |
#ffbd6d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbd6d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbd6d Color CSS Codes
.mybgcolor {background-color:#ffbd6d; } .myforecolor {color:#ffbd6d; } .mybordercolor {border:3px solid #ffbd6d; }
#ffbd6d Text Font Color
<p style="color:#ffbd6d">Text here</p>
This sample text font color is #ffbd6d
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.
#ffbd6d Background Color
<div style="background-color:#ffbd6d">
Div content here</div>
This div background color is #ffbd6d
#ffbd6d Border Color
<div style="border:3px solid #ffbd6d">
Div here</div>
This div border color is #ffbd6d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,189,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbd6d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbd6d; -webkit-box-shadow: 1px 1px 3px 2px #ffbd6d; box-shadow: 1px 1px 3px 2px #ffbd6d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,189,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbd6d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbd6d; -webkit-box-shadow: 1px 1px 3px 2px #ffbd6d; box-shadow: 1px 1px 3px 2px #ffbd6d;">
Div content here</div>
This div box has shadow with color #ffbd6d
#ffbd6d Color Palettes
Comments
No comments written yet.
Please login to write comment.