Color spaces of #bfdf6d
RGB | 191 | 223 | 109 |
---|---|---|---|
HSL | 0.21 | 0.64 | 0.65 |
HSV | 77° | 51° | 87° |
CMYK | 0.14 | 0.00 | 0.51 0.13 |
XYZ | 50.6339 | 64.9558 | 24.3370 |
Yxy | 64.9558 | 0.3619 | 0.4642 |
Hunter Lab | 80.5952 | -28.8989 | 38.5130 |
CIE-Lab | 84.4610 | -27.6955 | 51.8327 |
#bfdf6d color RGB value is (191,223,109).
#bfdf6d hex color red value is 191, green value is 223 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bfdf6d hue: 0.21 , saturation: 0.64 and the lightness value of bfdf6d is 0.65.
The process color (four color CMYK) of #bfdf6d color hex is 0.14, 0.00, 0.51, 0.13. Web safe color of #bfdf6d is #cccc66. Color #bfdf6d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011111 | 01101101 |
Octal | 277 | 337 | 155 |
Decimal | 191 | 223 | 109 |
Hex | BF | DF | 6D |
Shades of #bfdf6d
Tints of #bfdf6d
RGB Percentages of Color #bfdf6d
CMYK Percentages of Color #bfdf6d
Complementary Color
#bfdf6d | #8d6ddf |
#bfdf6d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfdf6d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfdf6d Color CSS Codes
.mybgcolor {background-color:#bfdf6d; } .myforecolor {color:#bfdf6d; } .mybordercolor {border:3px solid #bfdf6d; }
#bfdf6d Text Font Color
<p style="color:#bfdf6d">Text here</p>
This sample text font color is #bfdf6d
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.
#bfdf6d Background Color
<div style="background-color:#bfdf6d">
Div content here</div>
This div background color is #bfdf6d
#bfdf6d Border Color
<div style="border:3px solid #bfdf6d">
Div here</div>
This div border color is #bfdf6d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,223,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfdf6d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfdf6d; -webkit-box-shadow: 1px 1px 3px 2px #bfdf6d; box-shadow: 1px 1px 3px 2px #bfdf6d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,223,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfdf6d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfdf6d; -webkit-box-shadow: 1px 1px 3px 2px #bfdf6d; box-shadow: 1px 1px 3px 2px #bfdf6d;">
Div content here</div>
This div box has shadow with color #bfdf6d
Comments
No comments written yet.
Please login to write comment.