Color spaces of #bce9fa
RGB | 188 | 233 | 250 |
---|---|---|---|
HSL | 0.55 | 0.86 | 0.86 |
HSV | 196° | 25° | 98° |
CMYK | 0.25 | 0.07 | 0.00 0.02 |
XYZ | 67.1333 | 75.8713 | 101.5488 |
Yxy | 75.8713 | 0.2745 | 0.3102 |
Hunter Lab | 87.1041 | -14.8579 | -8.1493 |
CIE-Lab | 89.7996 | -10.7491 | -12.9916 |
#bce9fa color RGB value is (188,233,250).
#bce9fa hex color red value is 188, green value is 233 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bce9fa hue: 0.55 , saturation: 0.86 and the lightness value of bce9fa is 0.86.
The process color (four color CMYK) of #bce9fa color hex is 0.25, 0.07, 0.00, 0.02. Web safe color of #bce9fa is #ccffff. Color #bce9fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101001 | 11111010 |
Octal | 274 | 351 | 372 |
Decimal | 188 | 233 | 250 |
Hex | BC | E9 | FA |
Shades of #bce9fa
Tints of #bce9fa
RGB Percentages of Color #bce9fa
CMYK Percentages of Color #bce9fa
Complementary Color
#bce9fa | #facdbc |
#bce9fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce9fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce9fa Color CSS Codes
.mybgcolor {background-color:#bce9fa; } .myforecolor {color:#bce9fa; } .mybordercolor {border:3px solid #bce9fa; }
#bce9fa Text Font Color
<p style="color:#bce9fa">Text here</p>
This sample text font color is #bce9fa
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.
#bce9fa Background Color
<div style="background-color:#bce9fa">
Div content here</div>
This div background color is #bce9fa
#bce9fa Border Color
<div style="border:3px solid #bce9fa">
Div here</div>
This div border color is #bce9fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,233,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce9fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce9fa; -webkit-box-shadow: 1px 1px 3px 2px #bce9fa; box-shadow: 1px 1px 3px 2px #bce9fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,233,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce9fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce9fa; -webkit-box-shadow: 1px 1px 3px 2px #bce9fa; box-shadow: 1px 1px 3px 2px #bce9fa;">
Div content here</div>
This div box has shadow with color #bce9fa
Comments
No comments written yet.
Please login to write comment.