Color spaces of #b1ebcb
RGB | 177 | 235 | 203 |
---|---|---|---|
HSL | 0.41 | 0.59 | 0.81 |
HSV | 147° | 25° | 92° |
CMYK | 0.25 | 0.00 | 0.14 0.08 |
XYZ | 58.6193 | 73.0756 | 67.5153 |
Yxy | 73.0756 | 0.2943 | 0.3668 |
Hunter Lab | 85.4843 | -27.1943 | 13.0119 |
CIE-Lab | 88.4838 | -24.7586 | 9.5974 |
#b1ebcb color RGB value is (177,235,203).
#b1ebcb hex color red value is 177, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b1ebcb hue: 0.41 , saturation: 0.59 and the lightness value of b1ebcb is 0.81.
The process color (four color CMYK) of #b1ebcb color hex is 0.25, 0.00, 0.14, 0.08. Web safe color of #b1ebcb is #99ffcc. Color #b1ebcb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11101011 | 11001011 |
Octal | 261 | 353 | 313 |
Decimal | 177 | 235 | 203 |
Hex | B1 | EB | CB |
Shades of #b1ebcb
Tints of #b1ebcb
RGB Percentages of Color #b1ebcb
CMYK Percentages of Color #b1ebcb
Complementary Color
#b1ebcb | #ebb1d1 |
#b1ebcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1ebcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1ebcb Color CSS Codes
.mybgcolor {background-color:#b1ebcb; } .myforecolor {color:#b1ebcb; } .mybordercolor {border:3px solid #b1ebcb; }
#b1ebcb Text Font Color
<p style="color:#b1ebcb">Text here</p>
This sample text font color is #b1ebcb
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.
#b1ebcb Background Color
<div style="background-color:#b1ebcb">
Div content here</div>
This div background color is #b1ebcb
#b1ebcb Border Color
<div style="border:3px solid #b1ebcb">
Div here</div>
This div border color is #b1ebcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,235,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1ebcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1ebcb; -webkit-box-shadow: 1px 1px 3px 2px #b1ebcb; box-shadow: 1px 1px 3px 2px #b1ebcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,235,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1ebcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1ebcb; -webkit-box-shadow: 1px 1px 3px 2px #b1ebcb; box-shadow: 1px 1px 3px 2px #b1ebcb;">
Div content here</div>
This div box has shadow with color #b1ebcb
Comments
No comments written yet.
Please login to write comment.