Color spaces of #bdff97
RGB | 189 | 255 | 151 |
---|---|---|---|
HSL | 0.27 | 1.00 | 0.80 |
HSV | 98° | 41° | 100° |
CMYK | 0.26 | 0.00 | 0.41 0.00 |
XYZ | 62.3322 | 84.5732 | 42.3172 |
Yxy | 84.5732 | 0.3294 | 0.4470 |
Hunter Lab | 91.9637 | -39.9507 | 37.0922 |
CIE-Lab | 93.6989 | -38.4352 | 43.1822 |
#bdff97 color RGB value is (189,255,151).
#bdff97 hex color red value is 189, green value is 255 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bdff97 hue: 0.27 , saturation: 1.00 and the lightness value of bdff97 is 0.80.
The process color (four color CMYK) of #bdff97 color hex is 0.26, 0.00, 0.41, 0.00. Web safe color of #bdff97 is #ccff99. Color #bdff97 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 10010111 |
Octal | 275 | 377 | 227 |
Decimal | 189 | 255 | 151 |
Hex | BD | FF | 97 |
Shades of #bdff97
Tints of #bdff97
RGB Percentages of Color #bdff97
CMYK Percentages of Color #bdff97
Complementary Color
#bdff97 | #d997ff |
#bdff97 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdff97 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdff97 Color CSS Codes
.mybgcolor {background-color:#bdff97; } .myforecolor {color:#bdff97; } .mybordercolor {border:3px solid #bdff97; }
#bdff97 Text Font Color
<p style="color:#bdff97">Text here</p>
This sample text font color is #bdff97
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.
#bdff97 Background Color
<div style="background-color:#bdff97">
Div content here</div>
This div background color is #bdff97
#bdff97 Border Color
<div style="border:3px solid #bdff97">
Div here</div>
This div border color is #bdff97
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,151, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdff97; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdff97; -webkit-box-shadow: 1px 1px 3px 2px #bdff97; box-shadow: 1px 1px 3px 2px #bdff97; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,255,151, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdff97">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdff97; -webkit-box-shadow: 1px 1px 3px 2px #bdff97; box-shadow: 1px 1px 3px 2px #bdff97;">
Div content here</div>
This div box has shadow with color #bdff97
Comments
No comments written yet.
Please login to write comment.