Color spaces of #b6effd
RGB | 182 | 239 | 253 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.85 |
HSV | 192° | 28° | 99° |
CMYK | 0.28 | 0.06 | 0.00 0.01 |
XYZ | 67.8875 | 78.7699 | 104.5546 |
Yxy | 78.7699 | 0.2702 | 0.3136 |
Hunter Lab | 88.7524 | -18.7805 | -7.7198 |
CIE-Lab | 91.1301 | -14.8229 | -12.6069 |
#b6effd color RGB value is (182,239,253).
#b6effd hex color red value is 182, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b6effd hue: 0.53 , saturation: 0.95 and the lightness value of b6effd is 0.85.
The process color (four color CMYK) of #b6effd color hex is 0.28, 0.06, 0.00, 0.01. Web safe color of #b6effd is #ccffff. Color #b6effd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11101111 | 11111101 |
Octal | 266 | 357 | 375 |
Decimal | 182 | 239 | 253 |
Hex | B6 | EF | FD |
Shades of #b6effd
Tints of #b6effd
RGB Percentages of Color #b6effd
CMYK Percentages of Color #b6effd
Complementary Color
#b6effd | #fdc4b6 |
#b6effd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6effd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6effd Color CSS Codes
.mybgcolor {background-color:#b6effd; } .myforecolor {color:#b6effd; } .mybordercolor {border:3px solid #b6effd; }
#b6effd Text Font Color
<p style="color:#b6effd">Text here</p>
This sample text font color is #b6effd
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.
#b6effd Background Color
<div style="background-color:#b6effd">
Div content here</div>
This div background color is #b6effd
#b6effd Border Color
<div style="border:3px solid #b6effd">
Div here</div>
This div border color is #b6effd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,239,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6effd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6effd; -webkit-box-shadow: 1px 1px 3px 2px #b6effd; box-shadow: 1px 1px 3px 2px #b6effd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,239,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6effd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6effd; -webkit-box-shadow: 1px 1px 3px 2px #b6effd; box-shadow: 1px 1px 3px 2px #b6effd;">
Div content here</div>
This div box has shadow with color #b6effd
Comments
No comments written yet.
Please login to write comment.