Color spaces of #b5fbfb
RGB | 181 | 251 | 251 |
---|---|---|---|
HSL | 0.50 | 0.90 | 0.85 |
HSV | 180° | 28° | 98° |
CMYK | 0.28 | 0.00 | 0.00 0.02 |
XYZ | 70.9658 | 85.7832 | 104.0843 |
Yxy | 85.7832 | 0.2721 | 0.3289 |
Hunter Lab | 92.6192 | -25.3151 | -1.7959 |
CIE-Lab | 94.2196 | -21.4838 | -6.9839 |
#b5fbfb color RGB value is (181,251,251).
#b5fbfb hex color red value is 181, green value is 251 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b5fbfb hue: 0.50 , saturation: 0.90 and the lightness value of b5fbfb is 0.85.
The process color (four color CMYK) of #b5fbfb color hex is 0.28, 0.00, 0.00, 0.02. Web safe color of #b5fbfb is #ccffff. Color #b5fbfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110101 | 11111011 | 11111011 |
Octal | 265 | 373 | 373 |
Decimal | 181 | 251 | 251 |
Hex | B5 | FB | FB |
Shades of #b5fbfb
Tints of #b5fbfb
RGB Percentages of Color #b5fbfb
CMYK Percentages of Color #b5fbfb
Complementary Color
#b5fbfb | #fbb5b5 |
#b5fbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b5fbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#b5fbfb Color CSS Codes
.mybgcolor {background-color:#b5fbfb; } .myforecolor {color:#b5fbfb; } .mybordercolor {border:3px solid #b5fbfb; }
#b5fbfb Text Font Color
<p style="color:#b5fbfb">Text here</p>
This sample text font color is #b5fbfb
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.
#b5fbfb Background Color
<div style="background-color:#b5fbfb">
Div content here</div>
This div background color is #b5fbfb
#b5fbfb Border Color
<div style="border:3px solid #b5fbfb">
Div here</div>
This div border color is #b5fbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(181,251,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b5fbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b5fbfb; -webkit-box-shadow: 1px 1px 3px 2px #b5fbfb; box-shadow: 1px 1px 3px 2px #b5fbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(181,251,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b5fbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b5fbfb; -webkit-box-shadow: 1px 1px 3px 2px #b5fbfb; box-shadow: 1px 1px 3px 2px #b5fbfb;">
Div content here</div>
This div box has shadow with color #b5fbfb
Comments
No comments written yet.
Please login to write comment.