Color spaces of #b8cefc
RGB | 184 | 206 | 252 |
---|---|---|---|
HSL | 0.61 | 0.92 | 0.85 |
HSV | 221° | 27° | 99° |
CMYK | 0.27 | 0.18 | 0.00 0.01 |
XYZ | 59.4092 | 61.3612 | 100.8082 |
Yxy | 61.3612 | 0.2681 | 0.2769 |
Hunter Lab | 78.3334 | -1.7064 | -21.4677 |
CIE-Lab | 82.5725 | 2.6239 | -24.9758 |
#b8cefc color RGB value is (184,206,252).
#b8cefc hex color red value is 184, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b8cefc hue: 0.61 , saturation: 0.92 and the lightness value of b8cefc is 0.85.
The process color (four color CMYK) of #b8cefc color hex is 0.27, 0.18, 0.00, 0.01. Web safe color of #b8cefc is #ccccff. Color #b8cefc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 11001110 | 11111100 |
Octal | 270 | 316 | 374 |
Decimal | 184 | 206 | 252 |
Hex | B8 | CE | FC |
Shades of #b8cefc
Tints of #b8cefc
RGB Percentages of Color #b8cefc
CMYK Percentages of Color #b8cefc
Complementary Color
#b8cefc | #fce6b8 |
#b8cefc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8cefc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8cefc Color CSS Codes
.mybgcolor {background-color:#b8cefc; } .myforecolor {color:#b8cefc; } .mybordercolor {border:3px solid #b8cefc; }
#b8cefc Text Font Color
<p style="color:#b8cefc">Text here</p>
This sample text font color is #b8cefc
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.
#b8cefc Background Color
<div style="background-color:#b8cefc">
Div content here</div>
This div background color is #b8cefc
#b8cefc Border Color
<div style="border:3px solid #b8cefc">
Div here</div>
This div border color is #b8cefc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,206,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8cefc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8cefc; -webkit-box-shadow: 1px 1px 3px 2px #b8cefc; box-shadow: 1px 1px 3px 2px #b8cefc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,206,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8cefc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8cefc; -webkit-box-shadow: 1px 1px 3px 2px #b8cefc; box-shadow: 1px 1px 3px 2px #b8cefc;">
Div content here</div>
This div box has shadow with color #b8cefc
Comments
No comments written yet.
Please login to write comment.