Color spaces of #bcd4bd
RGB | 188 | 212 | 189 |
---|---|---|---|
HSL | 0.34 | 0.22 | 0.78 |
HSV | 123° | 11° | 83° |
CMYK | 0.11 | 0.00 | 0.11 0.17 |
XYZ | 53.4678 | 61.4525 | 57.1876 |
Yxy | 61.4525 | 0.3107 | 0.3571 |
Hunter Lab | 78.3916 | -15.4377 | 11.6214 |
CIE-Lab | 82.6214 | -12.3414 | 8.6714 |
#bcd4bd color RGB value is (188,212,189).
#bcd4bd hex color red value is 188, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcd4bd hue: 0.34 , saturation: 0.22 and the lightness value of bcd4bd is 0.78.
The process color (four color CMYK) of #bcd4bd color hex is 0.11, 0.00, 0.11, 0.17. Web safe color of #bcd4bd is #cccccc. Color #bcd4bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010100 | 10111101 |
Octal | 274 | 324 | 275 |
Decimal | 188 | 212 | 189 |
Hex | BC | D4 | BD |
Shades of #bcd4bd
Tints of #bcd4bd
RGB Percentages of Color #bcd4bd
CMYK Percentages of Color #bcd4bd
Complementary Color
#bcd4bd | #d4bcd3 |
#bcd4bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd4bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd4bd Color CSS Codes
.mybgcolor {background-color:#bcd4bd; } .myforecolor {color:#bcd4bd; } .mybordercolor {border:3px solid #bcd4bd; }
#bcd4bd Text Font Color
<p style="color:#bcd4bd">Text here</p>
This sample text font color is #bcd4bd
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.
#bcd4bd Background Color
<div style="background-color:#bcd4bd">
Div content here</div>
This div background color is #bcd4bd
#bcd4bd Border Color
<div style="border:3px solid #bcd4bd">
Div here</div>
This div border color is #bcd4bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,212,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd4bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd4bd; -webkit-box-shadow: 1px 1px 3px 2px #bcd4bd; box-shadow: 1px 1px 3px 2px #bcd4bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,212,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd4bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd4bd; -webkit-box-shadow: 1px 1px 3px 2px #bcd4bd; box-shadow: 1px 1px 3px 2px #bcd4bd;">
Div content here</div>
This div box has shadow with color #bcd4bd
Comments
No comments written yet.
Please login to write comment.