Color spaces of #bbf981
RGB | 187 | 249 | 129 |
---|---|---|---|
HSL | 0.25 | 0.91 | 0.74 |
HSV | 91° | 48° | 98° |
CMYK | 0.25 | 0.00 | 0.48 0.02 |
XYZ | 58.3316 | 79.9011 | 33.1169 |
Yxy | 79.9011 | 0.3404 | 0.4663 |
Hunter Lab | 89.3874 | -39.9441 | 40.6050 |
CIE-Lab | 91.6405 | -39.0625 | 51.0857 |
#bbf981 color RGB value is (187,249,129).
#bbf981 hex color red value is 187, green value is 249 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bbf981 hue: 0.25 , saturation: 0.91 and the lightness value of bbf981 is 0.74.
The process color (four color CMYK) of #bbf981 color hex is 0.25, 0.00, 0.48, 0.02. Web safe color of #bbf981 is #ccff99. Color #bbf981 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111001 | 10000001 |
Octal | 273 | 371 | 201 |
Decimal | 187 | 249 | 129 |
Hex | BB | F9 | 81 |
Shades of #bbf981
Tints of #bbf981
RGB Percentages of Color #bbf981
CMYK Percentages of Color #bbf981
Complementary Color
#bbf981 | #bf81f9 |
#bbf981 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf981 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf981 Color CSS Codes
.mybgcolor {background-color:#bbf981; } .myforecolor {color:#bbf981; } .mybordercolor {border:3px solid #bbf981; }
#bbf981 Text Font Color
<p style="color:#bbf981">Text here</p>
This sample text font color is #bbf981
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.
#bbf981 Background Color
<div style="background-color:#bbf981">
Div content here</div>
This div background color is #bbf981
#bbf981 Border Color
<div style="border:3px solid #bbf981">
Div here</div>
This div border color is #bbf981
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,249,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf981; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf981; -webkit-box-shadow: 1px 1px 3px 2px #bbf981; box-shadow: 1px 1px 3px 2px #bbf981; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,249,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf981">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf981; -webkit-box-shadow: 1px 1px 3px 2px #bbf981; box-shadow: 1px 1px 3px 2px #bbf981;">
Div content here</div>
This div box has shadow with color #bbf981
Comments
No comments written yet.
Please login to write comment.