Color spaces of #bcdbbc
RGB | 188 | 219 | 188 |
---|---|---|---|
HSL | 0.33 | 0.30 | 0.80 |
HSV | 120° | 14° | 86° |
CMYK | 0.14 | 0.00 | 0.14 0.14 |
XYZ | 55.1477 | 64.9852 | 57.2138 |
Yxy | 64.9852 | 0.3110 | 0.3664 |
Hunter Lab | 80.6134 | -18.9614 | 14.3494 |
CIE-Lab | 84.4761 | -16.0576 | 11.8446 |
#bcdbbc color RGB value is (188,219,188).
#bcdbbc hex color red value is 188, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bcdbbc hue: 0.33 , saturation: 0.30 and the lightness value of bcdbbc is 0.80.
The process color (four color CMYK) of #bcdbbc color hex is 0.14, 0.00, 0.14, 0.14. Web safe color of #bcdbbc is #cccccc. Color #bcdbbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011011 | 10111100 |
Octal | 274 | 333 | 274 |
Decimal | 188 | 219 | 188 |
Hex | BC | DB | BC |
Shades of #bcdbbc
Tints of #bcdbbc
RGB Percentages of Color #bcdbbc
CMYK Percentages of Color #bcdbbc
Complementary Color
#bcdbbc | #dbbcdb |
#bcdbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdbbc Color CSS Codes
.mybgcolor {background-color:#bcdbbc; } .myforecolor {color:#bcdbbc; } .mybordercolor {border:3px solid #bcdbbc; }
#bcdbbc Text Font Color
<p style="color:#bcdbbc">Text here</p>
This sample text font color is #bcdbbc
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.
#bcdbbc Background Color
<div style="background-color:#bcdbbc">
Div content here</div>
This div background color is #bcdbbc
#bcdbbc Border Color
<div style="border:3px solid #bcdbbc">
Div here</div>
This div border color is #bcdbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,219,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdbbc; -webkit-box-shadow: 1px 1px 3px 2px #bcdbbc; box-shadow: 1px 1px 3px 2px #bcdbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,219,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdbbc; -webkit-box-shadow: 1px 1px 3px 2px #bcdbbc; box-shadow: 1px 1px 3px 2px #bcdbbc;">
Div content here</div>
This div box has shadow with color #bcdbbc
Comments
No comments written yet.
Please login to write comment.