Color spaces of #ffb099
RGB | 255 | 176 | 153 |
---|---|---|---|
HSL | 0.04 | 1.00 | 0.80 |
HSV | 14° | 40° | 100° |
CMYK | 0.00 | 0.31 | 0.40 0.00 |
XYZ | 62.5151 | 54.6106 | 37.3830 |
Yxy | 54.6106 | 0.4046 | 0.3534 |
Hunter Lab | 73.8990 | 21.6795 | 21.7365 |
CIE-Lab | 78.8164 | 26.1378 | 23.4315 |
#ffb099 color RGB value is (255,176,153).
#ffb099 hex color red value is 255, green value is 176 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ffb099 hue: 0.04 , saturation: 1.00 and the lightness value of ffb099 is 0.80.
The process color (four color CMYK) of #ffb099 color hex is 0.00, 0.31, 0.40, 0.00. Web safe color of #ffb099 is #ff9999. Color #ffb099 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10110000 | 10011001 |
Octal | 377 | 260 | 231 |
Decimal | 255 | 176 | 153 |
Hex | FF | B0 | 99 |
Shades of #ffb099
Tints of #ffb099
RGB Percentages of Color #ffb099
CMYK Percentages of Color #ffb099
Complementary Color
#ffb099 | #99e8ff |
#ffb099 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffb099 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffb099 Color CSS Codes
.mybgcolor {background-color:#ffb099; } .myforecolor {color:#ffb099; } .mybordercolor {border:3px solid #ffb099; }
#ffb099 Text Font Color
<p style="color:#ffb099">Text here</p>
This sample text font color is #ffb099
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.
#ffb099 Background Color
<div style="background-color:#ffb099">
Div content here</div>
This div background color is #ffb099
#ffb099 Border Color
<div style="border:3px solid #ffb099">
Div here</div>
This div border color is #ffb099
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,176,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffb099; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffb099; -webkit-box-shadow: 1px 1px 3px 2px #ffb099; box-shadow: 1px 1px 3px 2px #ffb099; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,176,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffb099">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb099; -webkit-box-shadow: 1px 1px 3px 2px #ffb099; box-shadow: 1px 1px 3px 2px #ffb099;">
Div content here</div>
This div box has shadow with color #ffb099
Comments
No comments written yet.
Please login to write comment.