Color spaces of #bbefb2
RGB | 187 | 239 | 178 |
---|---|---|---|
HSL | 0.31 | 0.66 | 0.82 |
HSV | 111° | 26° | 94° |
CMYK | 0.22 | 0.00 | 0.26 0.06 |
XYZ | 59.3959 | 75.5122 | 53.5643 |
Yxy | 75.5122 | 0.3151 | 0.4007 |
Hunter Lab | 86.8978 | -30.0637 | 24.2817 |
CIE-Lab | 89.6324 | -27.8383 | 24.2419 |
#bbefb2 color RGB value is (187,239,178).
#bbefb2 hex color red value is 187, green value is 239 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bbefb2 hue: 0.31 , saturation: 0.66 and the lightness value of bbefb2 is 0.82.
The process color (four color CMYK) of #bbefb2 color hex is 0.22, 0.00, 0.26, 0.06. Web safe color of #bbefb2 is #ccff99. Color #bbefb2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101111 | 10110010 |
Octal | 273 | 357 | 262 |
Decimal | 187 | 239 | 178 |
Hex | BB | EF | B2 |
Shades of #bbefb2
Tints of #bbefb2
RGB Percentages of Color #bbefb2
CMYK Percentages of Color #bbefb2
Complementary Color
#bbefb2 | #e6b2ef |
#bbefb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbefb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbefb2 Color CSS Codes
.mybgcolor {background-color:#bbefb2; } .myforecolor {color:#bbefb2; } .mybordercolor {border:3px solid #bbefb2; }
#bbefb2 Text Font Color
<p style="color:#bbefb2">Text here</p>
This sample text font color is #bbefb2
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.
#bbefb2 Background Color
<div style="background-color:#bbefb2">
Div content here</div>
This div background color is #bbefb2
#bbefb2 Border Color
<div style="border:3px solid #bbefb2">
Div here</div>
This div border color is #bbefb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,239,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbefb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbefb2; -webkit-box-shadow: 1px 1px 3px 2px #bbefb2; box-shadow: 1px 1px 3px 2px #bbefb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,239,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbefb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbefb2; -webkit-box-shadow: 1px 1px 3px 2px #bbefb2; box-shadow: 1px 1px 3px 2px #bbefb2;">
Div content here</div>
This div box has shadow with color #bbefb2
Comments
No comments written yet.
Please login to write comment.