Color spaces of #bcdaec
RGB | 188 | 218 | 236 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.83 |
HSV | 203° | 20° | 93° |
CMYK | 0.20 | 0.08 | 0.00 0.07 |
XYZ | 60.9508 | 66.8903 | 89.0556 |
Yxy | 66.8903 | 0.2810 | 0.3084 |
Hunter Lab | 81.7865 | -10.1005 | -7.3091 |
CIE-Lab | 85.4485 | -6.1063 | -12.1270 |
#bcdaec color RGB value is (188,218,236).
#bcdaec hex color red value is 188, green value is 218 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #bcdaec hue: 0.56 , saturation: 0.56 and the lightness value of bcdaec is 0.83.
The process color (four color CMYK) of #bcdaec color hex is 0.20, 0.08, 0.00, 0.07. Web safe color of #bcdaec is #ccccff. Color #bcdaec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011010 | 11101100 |
Octal | 274 | 332 | 354 |
Decimal | 188 | 218 | 236 |
Hex | BC | DA | EC |
Shades of #bcdaec
Tints of #bcdaec
RGB Percentages of Color #bcdaec
CMYK Percentages of Color #bcdaec
Complementary Color
#bcdaec | #eccebc |
#bcdaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdaec Color CSS Codes
.mybgcolor {background-color:#bcdaec; } .myforecolor {color:#bcdaec; } .mybordercolor {border:3px solid #bcdaec; }
#bcdaec Text Font Color
<p style="color:#bcdaec">Text here</p>
This sample text font color is #bcdaec
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.
#bcdaec Background Color
<div style="background-color:#bcdaec">
Div content here</div>
This div background color is #bcdaec
#bcdaec Border Color
<div style="border:3px solid #bcdaec">
Div here</div>
This div border color is #bcdaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,218,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdaec; -webkit-box-shadow: 1px 1px 3px 2px #bcdaec; box-shadow: 1px 1px 3px 2px #bcdaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,218,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdaec; -webkit-box-shadow: 1px 1px 3px 2px #bcdaec; box-shadow: 1px 1px 3px 2px #bcdaec;">
Div content here</div>
This div box has shadow with color #bcdaec
Comments
No comments written yet.
Please login to write comment.