Color spaces of #bbeb8b
RGB | 187 | 235 | 139 |
---|---|---|---|
HSL | 0.25 | 0.71 | 0.73 |
HSV | 90° | 41° | 92° |
CMYK | 0.20 | 0.00 | 0.41 0.08 |
XYZ | 54.8620 | 71.8455 | 35.4021 |
Yxy | 71.8455 | 0.3384 | 0.4432 |
Hunter Lab | 84.7617 | -32.7989 | 34.5698 |
CIE-Lab | 87.8942 | -31.5120 | 41.6014 |
#bbeb8b color RGB value is (187,235,139).
#bbeb8b hex color red value is 187, green value is 235 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bbeb8b hue: 0.25 , saturation: 0.71 and the lightness value of bbeb8b is 0.73.
The process color (four color CMYK) of #bbeb8b color hex is 0.20, 0.00, 0.41, 0.08. Web safe color of #bbeb8b is #ccff99. Color #bbeb8b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11101011 | 10001011 |
Octal | 273 | 353 | 213 |
Decimal | 187 | 235 | 139 |
Hex | BB | EB | 8B |
Shades of #bbeb8b
Tints of #bbeb8b
RGB Percentages of Color #bbeb8b
CMYK Percentages of Color #bbeb8b
Complementary Color
#bbeb8b | #bb8beb |
#bbeb8b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbeb8b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbeb8b Color CSS Codes
.mybgcolor {background-color:#bbeb8b; } .myforecolor {color:#bbeb8b; } .mybordercolor {border:3px solid #bbeb8b; }
#bbeb8b Text Font Color
<p style="color:#bbeb8b">Text here</p>
This sample text font color is #bbeb8b
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.
#bbeb8b Background Color
<div style="background-color:#bbeb8b">
Div content here</div>
This div background color is #bbeb8b
#bbeb8b Border Color
<div style="border:3px solid #bbeb8b">
Div here</div>
This div border color is #bbeb8b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,235,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbeb8b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbeb8b; -webkit-box-shadow: 1px 1px 3px 2px #bbeb8b; box-shadow: 1px 1px 3px 2px #bbeb8b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,235,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbeb8b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbeb8b; -webkit-box-shadow: 1px 1px 3px 2px #bbeb8b; box-shadow: 1px 1px 3px 2px #bbeb8b;">
Div content here</div>
This div box has shadow with color #bbeb8b
Comments
No comments written yet.
Please login to write comment.