Color spaces of #cfbb96
RGB | 207 | 187 | 150 |
---|---|---|---|
HSL | 0.11 | 0.37 | 0.70 |
HSV | 39° | 28° | 81° |
CMYK | 0.00 | 0.10 | 0.28 0.19 |
XYZ | 49.0075 | 51.0081 | 36.1167 |
Yxy | 51.0081 | 0.3600 | 0.3747 |
Hunter Lab | 71.4200 | -2.5004 | 20.0113 |
CIE-Lab | 76.6839 | 1.4391 | 21.3542 |
#cfbb96 color RGB value is (207,187,150).
#cfbb96 hex color red value is 207, green value is 187 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cfbb96 hue: 0.11 , saturation: 0.37 and the lightness value of cfbb96 is 0.70.
The process color (four color CMYK) of #cfbb96 color hex is 0.00, 0.10, 0.28, 0.19. Web safe color of #cfbb96 is #cccc99. Color #cfbb96 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111011 | 10010110 |
Octal | 317 | 273 | 226 |
Decimal | 207 | 187 | 150 |
Hex | CF | BB | 96 |
Shades of #cfbb96
Tints of #cfbb96
RGB Percentages of Color #cfbb96
CMYK Percentages of Color #cfbb96
Complementary Color
#cfbb96 | #96aacf |
#cfbb96 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbb96 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbb96 Color CSS Codes
.mybgcolor {background-color:#cfbb96; } .myforecolor {color:#cfbb96; } .mybordercolor {border:3px solid #cfbb96; }
#cfbb96 Text Font Color
<p style="color:#cfbb96">Text here</p>
This sample text font color is #cfbb96
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.
#cfbb96 Background Color
<div style="background-color:#cfbb96">
Div content here</div>
This div background color is #cfbb96
#cfbb96 Border Color
<div style="border:3px solid #cfbb96">
Div here</div>
This div border color is #cfbb96
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,187,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbb96; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbb96; -webkit-box-shadow: 1px 1px 3px 2px #cfbb96; box-shadow: 1px 1px 3px 2px #cfbb96; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,187,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbb96">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbb96; -webkit-box-shadow: 1px 1px 3px 2px #cfbb96; box-shadow: 1px 1px 3px 2px #cfbb96;">
Div content here</div>
This div box has shadow with color #cfbb96
#cfbb96 Color Palettes
Comments
No comments written yet.
Please login to write comment.