Color spaces of #bfd08d
RGB | 191 | 208 | 141 |
---|---|---|---|
HSL | 0.21 | 0.42 | 0.68 |
HSV | 75° | 32° | 82° |
CMYK | 0.08 | 0.00 | 0.32 0.18 |
XYZ | 48.8495 | 58.1112 | 33.8412 |
Yxy | 58.1112 | 0.3469 | 0.4127 |
Hunter Lab | 76.2307 | -19.0189 | 27.0408 |
CIE-Lab | 80.8006 | -16.7364 | 31.4227 |
#bfd08d color RGB value is (191,208,141).
#bfd08d hex color red value is 191, green value is 208 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bfd08d hue: 0.21 , saturation: 0.42 and the lightness value of bfd08d is 0.68.
The process color (four color CMYK) of #bfd08d color hex is 0.08, 0.00, 0.32, 0.18. Web safe color of #bfd08d is #cccc99. Color #bfd08d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010000 | 10001101 |
Octal | 277 | 320 | 215 |
Decimal | 191 | 208 | 141 |
Hex | BF | D0 | 8D |
Shades of #bfd08d
Tints of #bfd08d
RGB Percentages of Color #bfd08d
CMYK Percentages of Color #bfd08d
Complementary Color
#bfd08d | #9e8dd0 |
#bfd08d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd08d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd08d Color CSS Codes
.mybgcolor {background-color:#bfd08d; } .myforecolor {color:#bfd08d; } .mybordercolor {border:3px solid #bfd08d; }
#bfd08d Text Font Color
<p style="color:#bfd08d">Text here</p>
This sample text font color is #bfd08d
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.
#bfd08d Background Color
<div style="background-color:#bfd08d">
Div content here</div>
This div background color is #bfd08d
#bfd08d Border Color
<div style="border:3px solid #bfd08d">
Div here</div>
This div border color is #bfd08d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,208,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd08d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd08d; -webkit-box-shadow: 1px 1px 3px 2px #bfd08d; box-shadow: 1px 1px 3px 2px #bfd08d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,208,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 #bfd08d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd08d; -webkit-box-shadow: 1px 1px 3px 2px #bfd08d; box-shadow: 1px 1px 3px 2px #bfd08d;">
Div content here</div>
This div box has shadow with color #bfd08d
Comments
No comments written yet.
Please login to write comment.