Color spaces of #bdeb6d
RGB | 189 | 235 | 109 |
---|---|---|---|
HSL | 0.23 | 0.76 | 0.67 |
HSV | 82° | 54° | 92° |
CMYK | 0.20 | 0.00 | 0.54 0.08 |
XYZ | 53.4549 | 71.3396 | 25.4205 |
Yxy | 71.3396 | 0.3559 | 0.4749 |
Hunter Lab | 84.4628 | -34.8406 | 41.2796 |
CIE-Lab | 87.6497 | -34.0485 | 55.5554 |
#bdeb6d color RGB value is (189,235,109).
#bdeb6d hex color red value is 189, green value is 235 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bdeb6d hue: 0.23 , saturation: 0.76 and the lightness value of bdeb6d is 0.67.
The process color (four color CMYK) of #bdeb6d color hex is 0.20, 0.00, 0.54, 0.08. Web safe color of #bdeb6d is #ccff66. Color #bdeb6d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101011 | 01101101 |
Octal | 275 | 353 | 155 |
Decimal | 189 | 235 | 109 |
Hex | BD | EB | 6D |
Shades of #bdeb6d
Tints of #bdeb6d
RGB Percentages of Color #bdeb6d
CMYK Percentages of Color #bdeb6d
Complementary Color
#bdeb6d | #9b6deb |
#bdeb6d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdeb6d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdeb6d Color CSS Codes
.mybgcolor {background-color:#bdeb6d; } .myforecolor {color:#bdeb6d; } .mybordercolor {border:3px solid #bdeb6d; }
#bdeb6d Text Font Color
<p style="color:#bdeb6d">Text here</p>
This sample text font color is #bdeb6d
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.
#bdeb6d Background Color
<div style="background-color:#bdeb6d">
Div content here</div>
This div background color is #bdeb6d
#bdeb6d Border Color
<div style="border:3px solid #bdeb6d">
Div here</div>
This div border color is #bdeb6d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,235,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdeb6d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdeb6d; -webkit-box-shadow: 1px 1px 3px 2px #bdeb6d; box-shadow: 1px 1px 3px 2px #bdeb6d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,235,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 #bdeb6d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdeb6d; -webkit-box-shadow: 1px 1px 3px 2px #bdeb6d; box-shadow: 1px 1px 3px 2px #bdeb6d;">
Div content here</div>
This div box has shadow with color #bdeb6d
Comments
No comments written yet.
Please login to write comment.