Color spaces of #b6ebdf
RGB | 182 | 235 | 223 |
---|---|---|---|
HSL | 0.46 | 0.57 | 0.82 |
HSV | 166° | 23° | 92° |
CMYK | 0.23 | 0.00 | 0.05 0.08 |
XYZ | 62.3190 | 74.6895 | 80.9440 |
Yxy | 74.6895 | 0.2859 | 0.3427 |
Hunter Lab | 86.4231 | -22.5255 | 4.9651 |
CIE-Lab | 89.2474 | -19.2782 | 0.2832 |
#b6ebdf color RGB value is (182,235,223).
#b6ebdf hex color red value is 182, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b6ebdf hue: 0.46 , saturation: 0.57 and the lightness value of b6ebdf is 0.82.
The process color (four color CMYK) of #b6ebdf color hex is 0.23, 0.00, 0.05, 0.08. Web safe color of #b6ebdf is #ccffcc. Color #b6ebdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110110 | 11101011 | 11011111 |
Octal | 266 | 353 | 337 |
Decimal | 182 | 235 | 223 |
Hex | B6 | EB | DF |
Shades of #b6ebdf
Tints of #b6ebdf
RGB Percentages of Color #b6ebdf
CMYK Percentages of Color #b6ebdf
Complementary Color
#b6ebdf | #ebb6c2 |
#b6ebdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b6ebdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#b6ebdf Color CSS Codes
.mybgcolor {background-color:#b6ebdf; } .myforecolor {color:#b6ebdf; } .mybordercolor {border:3px solid #b6ebdf; }
#b6ebdf Text Font Color
<p style="color:#b6ebdf">Text here</p>
This sample text font color is #b6ebdf
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.
#b6ebdf Background Color
<div style="background-color:#b6ebdf">
Div content here</div>
This div background color is #b6ebdf
#b6ebdf Border Color
<div style="border:3px solid #b6ebdf">
Div here</div>
This div border color is #b6ebdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(182,235,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b6ebdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b6ebdf; -webkit-box-shadow: 1px 1px 3px 2px #b6ebdf; box-shadow: 1px 1px 3px 2px #b6ebdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(182,235,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b6ebdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b6ebdf; -webkit-box-shadow: 1px 1px 3px 2px #b6ebdf; box-shadow: 1px 1px 3px 2px #b6ebdf;">
Div content here</div>
This div box has shadow with color #b6ebdf
Comments
No comments written yet.
Please login to write comment.