Color spaces of #bbea86
RGB | 187 | 234 | 134 |
---|---|---|---|
HSL | 0.25 | 0.70 | 0.72 |
HSV | 88° | 43° | 92° |
CMYK | 0.20 | 0.00 | 0.43 0.08 |
XYZ | 54.2194 | 71.1317 | 33.4264 |
Yxy | 71.1317 | 0.3415 | 0.4480 |
Hunter Lab | 84.3396 | -32.8420 | 35.5393 |
CIE-Lab | 87.5490 | -31.6558 | 43.6137 |
#bbea86 color RGB value is (187,234,134).
#bbea86 hex color red value is 187, green value is 234 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bbea86 hue: 0.25 , saturation: 0.70 and the lightness value of bbea86 is 0.72.
The process color (four color CMYK) of #bbea86 color hex is 0.20, 0.00, 0.43, 0.08. Web safe color of #bbea86 is #ccff99. Color #bbea86 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101010 | 10000110 |
Octal | 273 | 352 | 206 |
Decimal | 187 | 234 | 134 |
Hex | BB | EA | 86 |
Shades of #bbea86
Tints of #bbea86
RGB Percentages of Color #bbea86
CMYK Percentages of Color #bbea86
Complementary Color
#bbea86 | #b586ea |
#bbea86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbea86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbea86 Color CSS Codes
.mybgcolor {background-color:#bbea86; } .myforecolor {color:#bbea86; } .mybordercolor {border:3px solid #bbea86; }
#bbea86 Text Font Color
<p style="color:#bbea86">Text here</p>
This sample text font color is #bbea86
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.
#bbea86 Background Color
<div style="background-color:#bbea86">
Div content here</div>
This div background color is #bbea86
#bbea86 Border Color
<div style="border:3px solid #bbea86">
Div here</div>
This div border color is #bbea86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,234,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbea86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbea86; -webkit-box-shadow: 1px 1px 3px 2px #bbea86; box-shadow: 1px 1px 3px 2px #bbea86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,234,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbea86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbea86; -webkit-box-shadow: 1px 1px 3px 2px #bbea86; box-shadow: 1px 1px 3px 2px #bbea86;">
Div content here</div>
This div box has shadow with color #bbea86
Comments
No comments written yet.
Please login to write comment.