Color spaces of #bcd89f
RGB | 188 | 216 | 159 |
---|---|---|---|
HSL | 0.25 | 0.42 | 0.74 |
HSV | 89° | 26° | 85° |
CMYK | 0.13 | 0.00 | 0.26 0.15 |
XYZ | 51.5529 | 62.3063 | 42.1101 |
Yxy | 62.3063 | 0.3305 | 0.3995 |
Hunter Lab | 78.9343 | -21.5547 | 23.6239 |
CIE-Lab | 83.0760 | -19.2885 | 25.1054 |
#bcd89f color RGB value is (188,216,159).
#bcd89f hex color red value is 188, green value is 216 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bcd89f hue: 0.25 , saturation: 0.42 and the lightness value of bcd89f is 0.74.
The process color (four color CMYK) of #bcd89f color hex is 0.13, 0.00, 0.26, 0.15. Web safe color of #bcd89f is #cccc99. Color #bcd89f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011000 | 10011111 |
Octal | 274 | 330 | 237 |
Decimal | 188 | 216 | 159 |
Hex | BC | D8 | 9F |
Shades of #bcd89f
Tints of #bcd89f
RGB Percentages of Color #bcd89f
CMYK Percentages of Color #bcd89f
Complementary Color
#bcd89f | #bb9fd8 |
#bcd89f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd89f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd89f Color CSS Codes
.mybgcolor {background-color:#bcd89f; } .myforecolor {color:#bcd89f; } .mybordercolor {border:3px solid #bcd89f; }
#bcd89f Text Font Color
<p style="color:#bcd89f">Text here</p>
This sample text font color is #bcd89f
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.
#bcd89f Background Color
<div style="background-color:#bcd89f">
Div content here</div>
This div background color is #bcd89f
#bcd89f Border Color
<div style="border:3px solid #bcd89f">
Div here</div>
This div border color is #bcd89f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,216,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd89f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd89f; -webkit-box-shadow: 1px 1px 3px 2px #bcd89f; box-shadow: 1px 1px 3px 2px #bcd89f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,216,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd89f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd89f; -webkit-box-shadow: 1px 1px 3px 2px #bcd89f; box-shadow: 1px 1px 3px 2px #bcd89f;">
Div content here</div>
This div box has shadow with color #bcd89f
Comments
No comments written yet.
Please login to write comment.