Color spaces of #b2ecef
RGB | 178 | 236 | 239 |
---|---|---|---|
HSL | 0.51 | 0.66 | 0.82 |
HSV | 183° | 26° | 94° |
CMYK | 0.26 | 0.01 | 0.00 0.06 |
XYZ | 63.9355 | 75.6879 | 92.9008 |
Yxy | 75.6879 | 0.2750 | 0.3255 |
Hunter Lab | 86.9988 | -21.0681 | -2.4131 |
CIE-Lab | 89.7142 | -17.5669 | -7.4264 |
#b2ecef color RGB value is (178,236,239).
#b2ecef hex color red value is 178, green value is 236 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b2ecef hue: 0.51 , saturation: 0.66 and the lightness value of b2ecef is 0.82.
The process color (four color CMYK) of #b2ecef color hex is 0.26, 0.01, 0.00, 0.06. Web safe color of #b2ecef is #99ffff. Color #b2ecef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11101100 | 11101111 |
Octal | 262 | 354 | 357 |
Decimal | 178 | 236 | 239 |
Hex | B2 | EC | EF |
Shades of #b2ecef
Tints of #b2ecef
RGB Percentages of Color #b2ecef
CMYK Percentages of Color #b2ecef
Complementary Color
#b2ecef | #efb5b2 |
#b2ecef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2ecef Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2ecef Color CSS Codes
.mybgcolor {background-color:#b2ecef; } .myforecolor {color:#b2ecef; } .mybordercolor {border:3px solid #b2ecef; }
#b2ecef Text Font Color
<p style="color:#b2ecef">Text here</p>
This sample text font color is #b2ecef
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.
#b2ecef Background Color
<div style="background-color:#b2ecef">
Div content here</div>
This div background color is #b2ecef
#b2ecef Border Color
<div style="border:3px solid #b2ecef">
Div here</div>
This div border color is #b2ecef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,236,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2ecef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2ecef; -webkit-box-shadow: 1px 1px 3px 2px #b2ecef; box-shadow: 1px 1px 3px 2px #b2ecef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,236,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 #b2ecef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2ecef; -webkit-box-shadow: 1px 1px 3px 2px #b2ecef; box-shadow: 1px 1px 3px 2px #b2ecef;">
Div content here</div>
This div box has shadow with color #b2ecef
Comments
No comments written yet.
Please login to write comment.