Color spaces of #bbf183
RGB | 187 | 241 | 131 |
---|---|---|---|
HSL | 0.25 | 0.80 | 0.73 |
HSV | 89° | 46° | 95° |
CMYK | 0.22 | 0.00 | 0.46 0.05 |
XYZ | 56.0455 | 75.1141 | 33.0173 |
Yxy | 75.1141 | 0.3414 | 0.4575 |
Hunter Lab | 86.6684 | -36.2398 | 38.0807 |
CIE-Lab | 89.4464 | -35.2304 | 47.4378 |
#bbf183 color RGB value is (187,241,131).
#bbf183 hex color red value is 187, green value is 241 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bbf183 hue: 0.25 , saturation: 0.80 and the lightness value of bbf183 is 0.73.
The process color (four color CMYK) of #bbf183 color hex is 0.22, 0.00, 0.46, 0.05. Web safe color of #bbf183 is #ccff99. Color #bbf183 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110001 | 10000011 |
Octal | 273 | 361 | 203 |
Decimal | 187 | 241 | 131 |
Hex | BB | F1 | 83 |
Shades of #bbf183
Tints of #bbf183
RGB Percentages of Color #bbf183
CMYK Percentages of Color #bbf183
Complementary Color
#bbf183 | #b983f1 |
#bbf183 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf183 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf183 Color CSS Codes
.mybgcolor {background-color:#bbf183; } .myforecolor {color:#bbf183; } .mybordercolor {border:3px solid #bbf183; }
#bbf183 Text Font Color
<p style="color:#bbf183">Text here</p>
This sample text font color is #bbf183
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.
#bbf183 Background Color
<div style="background-color:#bbf183">
Div content here</div>
This div background color is #bbf183
#bbf183 Border Color
<div style="border:3px solid #bbf183">
Div here</div>
This div border color is #bbf183
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,241,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf183; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf183; -webkit-box-shadow: 1px 1px 3px 2px #bbf183; box-shadow: 1px 1px 3px 2px #bbf183; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,241,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf183">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf183; -webkit-box-shadow: 1px 1px 3px 2px #bbf183; box-shadow: 1px 1px 3px 2px #bbf183;">
Div content here</div>
This div box has shadow with color #bbf183
Comments
No comments written yet.
Please login to write comment.