Color spaces of #bccede
RGB | 188 | 206 | 222 |
---|---|---|---|
HSL | 0.58 | 0.34 | 0.80 |
HSV | 208° | 15° | 87° |
CMYK | 0.15 | 0.07 | 0.00 0.13 |
XYZ | 55.9952 | 60.1079 | 77.7580 |
Yxy | 60.1079 | 0.2888 | 0.3101 |
Hunter Lab | 77.5293 | -6.7554 | -5.1944 |
CIE-Lab | 81.8968 | -2.8145 | -9.9812 |
#bccede color RGB value is (188,206,222).
#bccede hex color red value is 188, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bccede hue: 0.58 , saturation: 0.34 and the lightness value of bccede is 0.80.
The process color (four color CMYK) of #bccede color hex is 0.15, 0.07, 0.00, 0.13. Web safe color of #bccede is #cccccc. Color #bccede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001110 | 11011110 |
Octal | 274 | 316 | 336 |
Decimal | 188 | 206 | 222 |
Hex | BC | CE | DE |
Shades of #bccede
Tints of #bccede
RGB Percentages of Color #bccede
CMYK Percentages of Color #bccede
Complementary Color
#bccede | #deccbc |
#bccede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bccede Color Preview on White Background
Lorem ipsum dolor sit amet.
#bccede Color CSS Codes
.mybgcolor {background-color:#bccede; } .myforecolor {color:#bccede; } .mybordercolor {border:3px solid #bccede; }
#bccede Text Font Color
<p style="color:#bccede">Text here</p>
This sample text font color is #bccede
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.
#bccede Background Color
<div style="background-color:#bccede">
Div content here</div>
This div background color is #bccede
#bccede Border Color
<div style="border:3px solid #bccede">
Div here</div>
This div border color is #bccede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,206,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bccede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bccede; -webkit-box-shadow: 1px 1px 3px 2px #bccede; box-shadow: 1px 1px 3px 2px #bccede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,206,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 #bccede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bccede; -webkit-box-shadow: 1px 1px 3px 2px #bccede; box-shadow: 1px 1px 3px 2px #bccede;">
Div content here</div>
This div box has shadow with color #bccede
Comments
No comments written yet.
Please login to write comment.