Color spaces of #bdfd6d
RGB | 189 | 253 | 109 |
---|---|---|---|
HSL | 0.24 | 0.97 | 0.71 |
HSV | 87° | 57° | 99° |
CMYK | 0.25 | 0.00 | 0.57 0.01 |
XYZ | 58.8719 | 82.1735 | 27.2262 |
Yxy | 82.1735 | 0.3499 | 0.4883 |
Hunter Lab | 90.6496 | -42.7109 | 45.6472 |
CIE-Lab | 92.6514 | -42.1121 | 61.3295 |
#bdfd6d color RGB value is (189,253,109).
#bdfd6d hex color red value is 189, green value is 253 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bdfd6d hue: 0.24 , saturation: 0.97 and the lightness value of bdfd6d is 0.71.
The process color (four color CMYK) of #bdfd6d color hex is 0.25, 0.00, 0.57, 0.01. Web safe color of #bdfd6d is #ccff66. Color #bdfd6d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111101 | 01101101 |
Octal | 275 | 375 | 155 |
Decimal | 189 | 253 | 109 |
Hex | BD | FD | 6D |
Shades of #bdfd6d
Tints of #bdfd6d
RGB Percentages of Color #bdfd6d
CMYK Percentages of Color #bdfd6d
Complementary Color
#bdfd6d | #ad6dfd |
#bdfd6d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfd6d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfd6d Color CSS Codes
.mybgcolor {background-color:#bdfd6d; } .myforecolor {color:#bdfd6d; } .mybordercolor {border:3px solid #bdfd6d; }
#bdfd6d Text Font Color
<p style="color:#bdfd6d">Text here</p>
This sample text font color is #bdfd6d
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.
#bdfd6d Background Color
<div style="background-color:#bdfd6d">
Div content here</div>
This div background color is #bdfd6d
#bdfd6d Border Color
<div style="border:3px solid #bdfd6d">
Div here</div>
This div border color is #bdfd6d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,253,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfd6d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfd6d; -webkit-box-shadow: 1px 1px 3px 2px #bdfd6d; box-shadow: 1px 1px 3px 2px #bdfd6d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,253,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 #bdfd6d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfd6d; -webkit-box-shadow: 1px 1px 3px 2px #bdfd6d; box-shadow: 1px 1px 3px 2px #bdfd6d;">
Div content here</div>
This div box has shadow with color #bdfd6d
Comments
No comments written yet.
Please login to write comment.