Color spaces of #bcdfcd
RGB | 188 | 223 | 205 |
---|---|---|---|
HSL | 0.41 | 0.35 | 0.81 |
HSV | 149° | 16° | 87° |
CMYK | 0.16 | 0.00 | 0.08 0.13 |
XYZ | 58.1462 | 67.8745 | 67.7941 |
Yxy | 67.8745 | 0.3000 | 0.3502 |
Hunter Lab | 82.3860 | -18.1941 | 8.8814 |
CIE-Lab | 85.9437 | -14.9580 | 4.9835 |
#bcdfcd color RGB value is (188,223,205).
#bcdfcd hex color red value is 188, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcdfcd hue: 0.41 , saturation: 0.35 and the lightness value of bcdfcd is 0.81.
The process color (four color CMYK) of #bcdfcd color hex is 0.16, 0.00, 0.08, 0.13. Web safe color of #bcdfcd is #cccccc. Color #bcdfcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011111 | 11001101 |
Octal | 274 | 337 | 315 |
Decimal | 188 | 223 | 205 |
Hex | BC | DF | CD |
Shades of #bcdfcd
Tints of #bcdfcd
RGB Percentages of Color #bcdfcd
CMYK Percentages of Color #bcdfcd
Complementary Color
#bcdfcd | #dfbcce |
#bcdfcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdfcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdfcd Color CSS Codes
.mybgcolor {background-color:#bcdfcd; } .myforecolor {color:#bcdfcd; } .mybordercolor {border:3px solid #bcdfcd; }
#bcdfcd Text Font Color
<p style="color:#bcdfcd">Text here</p>
This sample text font color is #bcdfcd
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.
#bcdfcd Background Color
<div style="background-color:#bcdfcd">
Div content here</div>
This div background color is #bcdfcd
#bcdfcd Border Color
<div style="border:3px solid #bcdfcd">
Div here</div>
This div border color is #bcdfcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,223,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdfcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdfcd; -webkit-box-shadow: 1px 1px 3px 2px #bcdfcd; box-shadow: 1px 1px 3px 2px #bcdfcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,223,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdfcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdfcd; -webkit-box-shadow: 1px 1px 3px 2px #bcdfcd; box-shadow: 1px 1px 3px 2px #bcdfcd;">
Div content here</div>
This div box has shadow with color #bcdfcd
Comments
No comments written yet.
Please login to write comment.