Color spaces of #b6ccef
RGB | 182 | 204 | 239 |
---|---|---|---|
HSL | 0.60 | 0.64 | 0.83 |
HSV | 217° | 24° | 94° |
CMYK | 0.24 | 0.15 | 0.00 0.06 |
XYZ | 56.4643 | 59.3628 | 90.1435 |
Yxy | 59.3628 | 0.2741 | 0.2882 |
Hunter Lab | 77.0473 | -4.0185 | -15.4348 |
CIE-Lab | 81.4906 | 0.1036 | -19.7095 |
#b6ccef color RGB value is (182,204,239).
#b6ccef hex color red value is 182, green value is 204 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b6ccef hue: 0.60 , saturation: 0.64 and the lightness value of b6ccef is 0.83.
The process color (four color CMYK) of #b6ccef color hex is 0.24, 0.15, 0.00, 0.06. Web safe color of #b6ccef is #ccccff. Color #b6ccef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11001100 | 11101111 |
Octal | 266 | 314 | 357 |
Decimal | 182 | 204 | 239 |
Hex | B6 | CC | EF |
Shades of #b6ccef
Tints of #b6ccef
RGB Percentages of Color #b6ccef
CMYK Percentages of Color #b6ccef
Complementary Color
#b6ccef | #efd9b6 |
#b6ccef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6ccef Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6ccef Color CSS Codes
.mybgcolor {background-color:#b6ccef; } .myforecolor {color:#b6ccef; } .mybordercolor {border:3px solid #b6ccef; }
#b6ccef Text Font Color
<p style="color:#b6ccef">Text here</p>
This sample text font color is #b6ccef
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.
#b6ccef Background Color
<div style="background-color:#b6ccef">
Div content here</div>
This div background color is #b6ccef
#b6ccef Border Color
<div style="border:3px solid #b6ccef">
Div here</div>
This div border color is #b6ccef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,204,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6ccef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6ccef; -webkit-box-shadow: 1px 1px 3px 2px #b6ccef; box-shadow: 1px 1px 3px 2px #b6ccef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,204,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6ccef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6ccef; -webkit-box-shadow: 1px 1px 3px 2px #b6ccef; box-shadow: 1px 1px 3px 2px #b6ccef;">
Div content here</div>
This div box has shadow with color #b6ccef
Comments
No comments written yet.
Please login to write comment.