Color spaces of #bfcf8d
RGB | 191 | 207 | 141 |
---|---|---|---|
HSL | 0.21 | 0.41 | 0.68 |
HSV | 75° | 32° | 81° |
CMYK | 0.08 | 0.00 | 0.32 0.19 |
XYZ | 48.6064 | 57.6251 | 33.7602 |
Yxy | 57.6251 | 0.3472 | 0.4116 |
Hunter Lab | 75.9112 | -18.5500 | 26.7696 |
CIE-Lab | 80.5299 | -16.2352 | 31.0642 |
#bfcf8d color RGB value is (191,207,141).
#bfcf8d hex color red value is 191, green value is 207 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfcf8d hue: 0.21 , saturation: 0.41 and the lightness value of bfcf8d is 0.68.
The process color (four color CMYK) of #bfcf8d color hex is 0.08, 0.00, 0.32, 0.19. Web safe color of #bfcf8d is #cccc99. Color #bfcf8d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001111 | 10001101 |
Octal | 277 | 317 | 215 |
Decimal | 191 | 207 | 141 |
Hex | BF | CF | 8D |
Shades of #bfcf8d
Tints of #bfcf8d
RGB Percentages of Color #bfcf8d
CMYK Percentages of Color #bfcf8d
Complementary Color
#bfcf8d | #9d8dcf |
#bfcf8d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcf8d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcf8d Color CSS Codes
.mybgcolor {background-color:#bfcf8d; } .myforecolor {color:#bfcf8d; } .mybordercolor {border:3px solid #bfcf8d; }
#bfcf8d Text Font Color
<p style="color:#bfcf8d">Text here</p>
This sample text font color is #bfcf8d
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.
#bfcf8d Background Color
<div style="background-color:#bfcf8d">
Div content here</div>
This div background color is #bfcf8d
#bfcf8d Border Color
<div style="border:3px solid #bfcf8d">
Div here</div>
This div border color is #bfcf8d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,207,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcf8d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcf8d; -webkit-box-shadow: 1px 1px 3px 2px #bfcf8d; box-shadow: 1px 1px 3px 2px #bfcf8d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,207,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcf8d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcf8d; -webkit-box-shadow: 1px 1px 3px 2px #bfcf8d; box-shadow: 1px 1px 3px 2px #bfcf8d;">
Div content here</div>
This div box has shadow with color #bfcf8d
Comments
No comments written yet.
Please login to write comment.