Color spaces of #ffbda7
RGB | 255 | 189 | 167 |
---|---|---|---|
HSL | 0.04 | 1.00 | 0.83 |
HSV | 15° | 35° | 100° |
CMYK | 0.00 | 0.26 | 0.35 0.00 |
XYZ | 66.4126 | 60.4452 | 44.7260 |
Yxy | 60.4452 | 0.3871 | 0.3523 |
Hunter Lab | 77.7465 | 16.4218 | 20.3142 |
CIE-Lab | 82.0796 | 20.9275 | 20.4304 |
#ffbda7 color RGB value is (255,189,167).
#ffbda7 hex color red value is 255, green value is 189 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #ffbda7 hue: 0.04 , saturation: 1.00 and the lightness value of ffbda7 is 0.83.
The process color (four color CMYK) of #ffbda7 color hex is 0.00, 0.26, 0.35, 0.00. Web safe color of #ffbda7 is #ffcc99. Color #ffbda7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10111101 | 10100111 |
Octal | 377 | 275 | 247 |
Decimal | 255 | 189 | 167 |
Hex | FF | BD | A7 |
Shades of #ffbda7
Tints of #ffbda7
RGB Percentages of Color #ffbda7
CMYK Percentages of Color #ffbda7
Complementary Color
#ffbda7 | #a7e9ff |
#ffbda7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffbda7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffbda7 Color CSS Codes
.mybgcolor {background-color:#ffbda7; } .myforecolor {color:#ffbda7; } .mybordercolor {border:3px solid #ffbda7; }
#ffbda7 Text Font Color
<p style="color:#ffbda7">Text here</p>
This sample text font color is #ffbda7
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.
#ffbda7 Background Color
<div style="background-color:#ffbda7">
Div content here</div>
This div background color is #ffbda7
#ffbda7 Border Color
<div style="border:3px solid #ffbda7">
Div here</div>
This div border color is #ffbda7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,189,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffbda7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffbda7; -webkit-box-shadow: 1px 1px 3px 2px #ffbda7; box-shadow: 1px 1px 3px 2px #ffbda7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,189,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffbda7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffbda7; -webkit-box-shadow: 1px 1px 3px 2px #ffbda7; box-shadow: 1px 1px 3px 2px #ffbda7;">
Div content here</div>
This div box has shadow with color #ffbda7
#ffbda7 Color Palettes
Comments
No comments written yet.
Please login to write comment.