Color spaces of #b1fbeb
RGB | 177 | 251 | 235 |
---|---|---|---|
HSL | 0.46 | 0.90 | 0.84 |
HSV | 167° | 29° | 98° |
CMYK | 0.29 | 0.00 | 0.06 0.02 |
XYZ | 67.6240 | 84.3396 | 91.3123 |
Yxy | 84.3396 | 0.2780 | 0.3467 |
Hunter Lab | 91.8366 | -29.2753 | 5.3341 |
CIE-Lab | 93.5978 | -26.0386 | 0.3568 |
#b1fbeb color RGB value is (177,251,235).
#b1fbeb hex color red value is 177, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b1fbeb hue: 0.46 , saturation: 0.90 and the lightness value of b1fbeb is 0.84.
The process color (four color CMYK) of #b1fbeb color hex is 0.29, 0.00, 0.06, 0.02. Web safe color of #b1fbeb is #99ffff. Color #b1fbeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110001 | 11111011 | 11101011 |
Octal | 261 | 373 | 353 |
Decimal | 177 | 251 | 235 |
Hex | B1 | FB | EB |
Shades of #b1fbeb
Tints of #b1fbeb
RGB Percentages of Color #b1fbeb
CMYK Percentages of Color #b1fbeb
Complementary Color
#b1fbeb | #fbb1c1 |
#b1fbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b1fbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b1fbeb Color CSS Codes
.mybgcolor {background-color:#b1fbeb; } .myforecolor {color:#b1fbeb; } .mybordercolor {border:3px solid #b1fbeb; }
#b1fbeb Text Font Color
<p style="color:#b1fbeb">Text here</p>
This sample text font color is #b1fbeb
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.
#b1fbeb Background Color
<div style="background-color:#b1fbeb">
Div content here</div>
This div background color is #b1fbeb
#b1fbeb Border Color
<div style="border:3px solid #b1fbeb">
Div here</div>
This div border color is #b1fbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(177,251,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b1fbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b1fbeb; -webkit-box-shadow: 1px 1px 3px 2px #b1fbeb; box-shadow: 1px 1px 3px 2px #b1fbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(177,251,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b1fbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b1fbeb; -webkit-box-shadow: 1px 1px 3px 2px #b1fbeb; box-shadow: 1px 1px 3px 2px #b1fbeb;">
Div content here</div>
This div box has shadow with color #b1fbeb
Comments
No comments written yet.
Please login to write comment.