Color spaces of #bcdecd
RGB | 188 | 222 | 205 |
---|---|---|---|
HSL | 0.42 | 0.34 | 0.80 |
HSV | 150° | 15° | 87° |
CMYK | 0.15 | 0.00 | 0.08 0.13 |
XYZ | 57.8798 | 67.3417 | 67.7053 |
Yxy | 67.3417 | 0.3000 | 0.3491 |
Hunter Lab | 82.0620 | -17.7092 | 8.5261 |
CIE-Lab | 85.6762 | -14.4544 | 4.5970 |
#bcdecd color RGB value is (188,222,205).
#bcdecd hex color red value is 188, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bcdecd hue: 0.42 , saturation: 0.34 and the lightness value of bcdecd is 0.80.
The process color (four color CMYK) of #bcdecd color hex is 0.15, 0.00, 0.08, 0.13. Web safe color of #bcdecd is #cccccc. Color #bcdecd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011110 | 11001101 |
Octal | 274 | 336 | 315 |
Decimal | 188 | 222 | 205 |
Hex | BC | DE | CD |
Shades of #bcdecd
Tints of #bcdecd
RGB Percentages of Color #bcdecd
CMYK Percentages of Color #bcdecd
Complementary Color
#bcdecd | #debccd |
#bcdecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdecd Color CSS Codes
.mybgcolor {background-color:#bcdecd; } .myforecolor {color:#bcdecd; } .mybordercolor {border:3px solid #bcdecd; }
#bcdecd Text Font Color
<p style="color:#bcdecd">Text here</p>
This sample text font color is #bcdecd
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.
#bcdecd Background Color
<div style="background-color:#bcdecd">
Div content here</div>
This div background color is #bcdecd
#bcdecd Border Color
<div style="border:3px solid #bcdecd">
Div here</div>
This div border color is #bcdecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,222,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdecd; -webkit-box-shadow: 1px 1px 3px 2px #bcdecd; box-shadow: 1px 1px 3px 2px #bcdecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,222,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 #bcdecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdecd; -webkit-box-shadow: 1px 1px 3px 2px #bcdecd; box-shadow: 1px 1px 3px 2px #bcdecd;">
Div content here</div>
This div box has shadow with color #bcdecd
#bcdecd Color Palettes
Comments
No comments written yet.
Please login to write comment.