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