Color spaces of #cfb09f
RGB | 207 | 176 | 159 |
---|---|---|---|
HSL | 0.06 | 0.33 | 0.72 |
HSV | 21° | 23° | 81° |
CMYK | 0.00 | 0.15 | 0.23 0.19 |
XYZ | 47.5155 | 46.8193 | 39.3336 |
Yxy | 46.8193 | 0.3555 | 0.3503 |
Hunter Lab | 68.4246 | 4.2110 | 13.8146 |
CIE-Lab | 74.0740 | 8.5778 | 12.8603 |
#cfb09f color RGB value is (207,176,159).
#cfb09f hex color red value is 207, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cfb09f hue: 0.06 , saturation: 0.33 and the lightness value of cfb09f is 0.72.
The process color (four color CMYK) of #cfb09f color hex is 0.00, 0.15, 0.23, 0.19. Web safe color of #cfb09f is #cc9999. Color #cfb09f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10110000 | 10011111 |
Octal | 317 | 260 | 237 |
Decimal | 207 | 176 | 159 |
Hex | CF | B0 | 9F |
Shades of #cfb09f
Tints of #cfb09f
RGB Percentages of Color #cfb09f
CMYK Percentages of Color #cfb09f
Complementary Color
#cfb09f | #9fbecf |
#cfb09f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfb09f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfb09f Color CSS Codes
.mybgcolor {background-color:#cfb09f; } .myforecolor {color:#cfb09f; } .mybordercolor {border:3px solid #cfb09f; }
#cfb09f Text Font Color
<p style="color:#cfb09f">Text here</p>
This sample text font color is #cfb09f
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.
#cfb09f Background Color
<div style="background-color:#cfb09f">
Div content here</div>
This div background color is #cfb09f
#cfb09f Border Color
<div style="border:3px solid #cfb09f">
Div here</div>
This div border color is #cfb09f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,176,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfb09f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfb09f; -webkit-box-shadow: 1px 1px 3px 2px #cfb09f; box-shadow: 1px 1px 3px 2px #cfb09f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,176,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfb09f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfb09f; -webkit-box-shadow: 1px 1px 3px 2px #cfb09f; box-shadow: 1px 1px 3px 2px #cfb09f;">
Div content here</div>
This div box has shadow with color #cfb09f
Comments
No comments written yet.
Please login to write comment.