Color spaces of #cfbe6f
RGB | 207 | 190 | 111 |
---|---|---|---|
HSL | 0.14 | 0.50 | 0.62 |
HSV | 49° | 46° | 81° |
CMYK | 0.00 | 0.08 | 0.46 0.19 |
XYZ | 47.0148 | 51.2400 | 22.4513 |
Yxy | 51.2400 | 0.3895 | 0.4245 |
Hunter Lab | 71.5821 | -8.0308 | 31.5115 |
CIE-Lab | 76.8242 | -4.6749 | 41.8853 |
#cfbe6f color RGB value is (207,190,111).
#cfbe6f hex color red value is 207, green value is 190 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfbe6f hue: 0.14 , saturation: 0.50 and the lightness value of cfbe6f is 0.62.
The process color (four color CMYK) of #cfbe6f color hex is 0.00, 0.08, 0.46, 0.19. Web safe color of #cfbe6f is #cccc66. Color #cfbe6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10111110 | 01101111 |
Octal | 317 | 276 | 157 |
Decimal | 207 | 190 | 111 |
Hex | CF | BE | 6F |
Shades of #cfbe6f
Tints of #cfbe6f
RGB Percentages of Color #cfbe6f
CMYK Percentages of Color #cfbe6f
Complementary Color
#cfbe6f | #6f80cf |
#cfbe6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfbe6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfbe6f Color CSS Codes
.mybgcolor {background-color:#cfbe6f; } .myforecolor {color:#cfbe6f; } .mybordercolor {border:3px solid #cfbe6f; }
#cfbe6f Text Font Color
<p style="color:#cfbe6f">Text here</p>
This sample text font color is #cfbe6f
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.
#cfbe6f Background Color
<div style="background-color:#cfbe6f">
Div content here</div>
This div background color is #cfbe6f
#cfbe6f Border Color
<div style="border:3px solid #cfbe6f">
Div here</div>
This div border color is #cfbe6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,190,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfbe6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfbe6f; -webkit-box-shadow: 1px 1px 3px 2px #cfbe6f; box-shadow: 1px 1px 3px 2px #cfbe6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,190,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfbe6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbe6f; -webkit-box-shadow: 1px 1px 3px 2px #cfbe6f; box-shadow: 1px 1px 3px 2px #cfbe6f;">
Div content here</div>
This div box has shadow with color #cfbe6f
Comments
No comments written yet.
Please login to write comment.