Color spaces of #bfd396
RGB | 191 | 211 | 150 |
---|---|---|---|
HSL | 0.22 | 0.41 | 0.71 |
HSV | 80° | 29° | 83° |
CMYK | 0.09 | 0.00 | 0.29 0.17 |
XYZ | 50.2851 | 59.8669 | 37.7593 |
Yxy | 59.8669 | 0.3400 | 0.4047 |
Hunter Lab | 77.3737 | -19.3970 | 25.2274 |
CIE-Lab | 81.7658 | -17.0113 | 28.0482 |
#bfd396 color RGB value is (191,211,150).
#bfd396 hex color red value is 191, green value is 211 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bfd396 hue: 0.22 , saturation: 0.41 and the lightness value of bfd396 is 0.71.
The process color (four color CMYK) of #bfd396 color hex is 0.09, 0.00, 0.29, 0.17. Web safe color of #bfd396 is #cccc99. Color #bfd396 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010011 | 10010110 |
Octal | 277 | 323 | 226 |
Decimal | 191 | 211 | 150 |
Hex | BF | D3 | 96 |
Shades of #bfd396
Tints of #bfd396
RGB Percentages of Color #bfd396
CMYK Percentages of Color #bfd396
Complementary Color
#bfd396 | #aa96d3 |
#bfd396 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd396 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd396 Color CSS Codes
.mybgcolor {background-color:#bfd396; } .myforecolor {color:#bfd396; } .mybordercolor {border:3px solid #bfd396; }
#bfd396 Text Font Color
<p style="color:#bfd396">Text here</p>
This sample text font color is #bfd396
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.
#bfd396 Background Color
<div style="background-color:#bfd396">
Div content here</div>
This div background color is #bfd396
#bfd396 Border Color
<div style="border:3px solid #bfd396">
Div here</div>
This div border color is #bfd396
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,211,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd396; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd396; -webkit-box-shadow: 1px 1px 3px 2px #bfd396; box-shadow: 1px 1px 3px 2px #bfd396; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,211,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd396">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd396; -webkit-box-shadow: 1px 1px 3px 2px #bfd396; box-shadow: 1px 1px 3px 2px #bfd396;">
Div content here</div>
This div box has shadow with color #bfd396
Comments
No comments written yet.
Please login to write comment.