Color spaces of #bce0eb
RGB | 188 | 224 | 235 |
---|---|---|---|
HSL | 0.54 | 0.54 | 0.83 |
HSV | 194° | 20° | 92° |
CMYK | 0.20 | 0.05 | 0.00 0.08 |
XYZ | 62.3901 | 70.0008 | 88.8205 |
Yxy | 70.0008 | 0.2820 | 0.3164 |
Hunter Lab | 83.6665 | -13.3089 | -4.3758 |
CIE-Lab | 86.9973 | -9.4144 | -9.2920 |
#bce0eb color RGB value is (188,224,235).
#bce0eb hex color red value is 188, green value is 224 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bce0eb hue: 0.54 , saturation: 0.54 and the lightness value of bce0eb is 0.83.
The process color (four color CMYK) of #bce0eb color hex is 0.20, 0.05, 0.00, 0.08. Web safe color of #bce0eb is #ccccff. Color #bce0eb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11100000 | 11101011 |
Octal | 274 | 340 | 353 |
Decimal | 188 | 224 | 235 |
Hex | BC | E0 | EB |
Shades of #bce0eb
Tints of #bce0eb
RGB Percentages of Color #bce0eb
CMYK Percentages of Color #bce0eb
Complementary Color
#bce0eb | #ebc7bc |
#bce0eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce0eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce0eb Color CSS Codes
.mybgcolor {background-color:#bce0eb; } .myforecolor {color:#bce0eb; } .mybordercolor {border:3px solid #bce0eb; }
#bce0eb Text Font Color
<p style="color:#bce0eb">Text here</p>
This sample text font color is #bce0eb
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.
#bce0eb Background Color
<div style="background-color:#bce0eb">
Div content here</div>
This div background color is #bce0eb
#bce0eb Border Color
<div style="border:3px solid #bce0eb">
Div here</div>
This div border color is #bce0eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,224,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce0eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce0eb; -webkit-box-shadow: 1px 1px 3px 2px #bce0eb; box-shadow: 1px 1px 3px 2px #bce0eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,224,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce0eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce0eb; -webkit-box-shadow: 1px 1px 3px 2px #bce0eb; box-shadow: 1px 1px 3px 2px #bce0eb;">
Div content here</div>
This div box has shadow with color #bce0eb
Comments
No comments written yet.
Please login to write comment.