Color spaces of #bce9fe
RGB | 188 | 233 | 254 |
---|---|---|---|
HSL | 0.55 | 0.97 | 0.87 |
HSV | 199° | 26° | 100° |
CMYK | 0.26 | 0.08 | 0.00 0.00 |
XYZ | 67.7673 | 76.1250 | 104.8878 |
Yxy | 76.1250 | 0.2724 | 0.3060 |
Hunter Lab | 87.2496 | -14.0449 | -10.2012 |
CIE-Lab | 89.9173 | -9.8595 | -14.9072 |
#bce9fe color RGB value is (188,233,254).
#bce9fe hex color red value is 188, green value is 233 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bce9fe hue: 0.55 , saturation: 0.97 and the lightness value of bce9fe is 0.87.
The process color (four color CMYK) of #bce9fe color hex is 0.26, 0.08, 0.00, 0.00. Web safe color of #bce9fe is #ccffff. Color #bce9fe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101001 | 11111110 |
Octal | 274 | 351 | 376 |
Decimal | 188 | 233 | 254 |
Hex | BC | E9 | FE |
Shades of #bce9fe
Tints of #bce9fe
RGB Percentages of Color #bce9fe
CMYK Percentages of Color #bce9fe
Complementary Color
#bce9fe | #fed1bc |
#bce9fe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bce9fe Color Preview on White Background
Lorem ipsum dolor sit amet.
#bce9fe Color CSS Codes
.mybgcolor {background-color:#bce9fe; } .myforecolor {color:#bce9fe; } .mybordercolor {border:3px solid #bce9fe; }
#bce9fe Text Font Color
<p style="color:#bce9fe">Text here</p>
This sample text font color is #bce9fe
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.
#bce9fe Background Color
<div style="background-color:#bce9fe">
Div content here</div>
This div background color is #bce9fe
#bce9fe Border Color
<div style="border:3px solid #bce9fe">
Div here</div>
This div border color is #bce9fe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,233,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bce9fe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bce9fe; -webkit-box-shadow: 1px 1px 3px 2px #bce9fe; box-shadow: 1px 1px 3px 2px #bce9fe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,233,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bce9fe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bce9fe; -webkit-box-shadow: 1px 1px 3px 2px #bce9fe; box-shadow: 1px 1px 3px 2px #bce9fe;">
Div content here</div>
This div box has shadow with color #bce9fe
Comments
No comments written yet.
Please login to write comment.