Color spaces of #bdd87f
RGB | 189 | 216 | 127 |
---|---|---|---|
HSL | 0.22 | 0.53 | 0.67 |
HSV | 78° | 41° | 85° |
CMYK | 0.13 | 0.00 | 0.41 0.15 |
XYZ | 49.3729 | 61.4629 | 29.3400 |
Yxy | 61.4629 | 0.3522 | 0.4385 |
Hunter Lab | 78.3983 | -24.7830 | 32.6899 |
CIE-Lab | 82.6270 | -23.1835 | 40.8661 |
#bdd87f color RGB value is (189,216,127).
#bdd87f hex color red value is 189, green value is 216 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bdd87f hue: 0.22 , saturation: 0.53 and the lightness value of bdd87f is 0.67.
The process color (four color CMYK) of #bdd87f color hex is 0.13, 0.00, 0.41, 0.15. Web safe color of #bdd87f is #cccc66. Color #bdd87f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011000 | 01111111 |
Octal | 275 | 330 | 177 |
Decimal | 189 | 216 | 127 |
Hex | BD | D8 | 7F |
Shades of #bdd87f
Tints of #bdd87f
RGB Percentages of Color #bdd87f
CMYK Percentages of Color #bdd87f
Complementary Color
#bdd87f | #9a7fd8 |
#bdd87f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd87f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd87f Color CSS Codes
.mybgcolor {background-color:#bdd87f; } .myforecolor {color:#bdd87f; } .mybordercolor {border:3px solid #bdd87f; }
#bdd87f Text Font Color
<p style="color:#bdd87f">Text here</p>
This sample text font color is #bdd87f
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.
#bdd87f Background Color
<div style="background-color:#bdd87f">
Div content here</div>
This div background color is #bdd87f
#bdd87f Border Color
<div style="border:3px solid #bdd87f">
Div here</div>
This div border color is #bdd87f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,216,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd87f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd87f; -webkit-box-shadow: 1px 1px 3px 2px #bdd87f; box-shadow: 1px 1px 3px 2px #bdd87f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,216,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd87f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd87f; -webkit-box-shadow: 1px 1px 3px 2px #bdd87f; box-shadow: 1px 1px 3px 2px #bdd87f;">
Div content here</div>
This div box has shadow with color #bdd87f
Comments
No comments written yet.
Please login to write comment.