Color spaces of #bcdcde
RGB | 188 | 220 | 222 |
---|---|---|---|
HSL | 0.51 | 0.34 | 0.80 |
HSV | 184° | 15° | 87° |
CMYK | 0.15 | 0.01 | 0.00 0.13 |
XYZ | 59.5171 | 67.1517 | 78.9319 |
Yxy | 67.1517 | 0.2895 | 0.3266 |
Hunter Lab | 81.9461 | -13.7620 | 0.2532 |
CIE-Lab | 85.5805 | -10.0827 | -4.5251 |
#bcdcde color RGB value is (188,220,222).
#bcdcde hex color red value is 188, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bcdcde hue: 0.51 , saturation: 0.34 and the lightness value of bcdcde is 0.80.
The process color (four color CMYK) of #bcdcde color hex is 0.15, 0.01, 0.00, 0.13. Web safe color of #bcdcde is #cccccc. Color #bcdcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011100 | 11011110 |
Octal | 274 | 334 | 336 |
Decimal | 188 | 220 | 222 |
Hex | BC | DC | DE |
Shades of #bcdcde
Tints of #bcdcde
RGB Percentages of Color #bcdcde
CMYK Percentages of Color #bcdcde
Complementary Color
#bcdcde | #debebc |
#bcdcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdcde Color CSS Codes
.mybgcolor {background-color:#bcdcde; } .myforecolor {color:#bcdcde; } .mybordercolor {border:3px solid #bcdcde; }
#bcdcde Text Font Color
<p style="color:#bcdcde">Text here</p>
This sample text font color is #bcdcde
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.
#bcdcde Background Color
<div style="background-color:#bcdcde">
Div content here</div>
This div background color is #bcdcde
#bcdcde Border Color
<div style="border:3px solid #bcdcde">
Div here</div>
This div border color is #bcdcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,220,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdcde; -webkit-box-shadow: 1px 1px 3px 2px #bcdcde; box-shadow: 1px 1px 3px 2px #bcdcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,220,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdcde; -webkit-box-shadow: 1px 1px 3px 2px #bcdcde; box-shadow: 1px 1px 3px 2px #bcdcde;">
Div content here</div>
This div box has shadow with color #bcdcde
Comments
No comments written yet.
Please login to write comment.