Color spaces of #bdd987
RGB | 189 | 217 | 135 |
---|---|---|---|
HSL | 0.22 | 0.52 | 0.69 |
HSV | 80° | 38° | 85° |
CMYK | 0.13 | 0.00 | 0.38 0.15 |
XYZ | 50.1723 | 62.1938 | 32.2819 |
Yxy | 62.1938 | 0.3469 | 0.4300 |
Hunter Lab | 78.8630 | -24.4495 | 30.9343 |
CIE-Lab | 83.0164 | -22.7043 | 37.3566 |
#bdd987 color RGB value is (189,217,135).
#bdd987 hex color red value is 189, green value is 217 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #bdd987 hue: 0.22 , saturation: 0.52 and the lightness value of bdd987 is 0.69.
The process color (four color CMYK) of #bdd987 color hex is 0.13, 0.00, 0.38, 0.15. Web safe color of #bdd987 is #cccc99. Color #bdd987 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11011001 | 10000111 |
Octal | 275 | 331 | 207 |
Decimal | 189 | 217 | 135 |
Hex | BD | D9 | 87 |
Shades of #bdd987
Tints of #bdd987
RGB Percentages of Color #bdd987
CMYK Percentages of Color #bdd987
Complementary Color
#bdd987 | #a387d9 |
#bdd987 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd987 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd987 Color CSS Codes
.mybgcolor {background-color:#bdd987; } .myforecolor {color:#bdd987; } .mybordercolor {border:3px solid #bdd987; }
#bdd987 Text Font Color
<p style="color:#bdd987">Text here</p>
This sample text font color is #bdd987
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.
#bdd987 Background Color
<div style="background-color:#bdd987">
Div content here</div>
This div background color is #bdd987
#bdd987 Border Color
<div style="border:3px solid #bdd987">
Div here</div>
This div border color is #bdd987
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,217,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd987; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd987; -webkit-box-shadow: 1px 1px 3px 2px #bdd987; box-shadow: 1px 1px 3px 2px #bdd987; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,217,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd987">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd987; -webkit-box-shadow: 1px 1px 3px 2px #bdd987; box-shadow: 1px 1px 3px 2px #bdd987;">
Div content here</div>
This div box has shadow with color #bdd987
Comments
No comments written yet.
Please login to write comment.