Color spaces of #bbe3aa
RGB | 187 | 227 | 170 |
---|---|---|---|
HSL | 0.28 | 0.50 | 0.78 |
HSV | 102° | 25° | 89° |
CMYK | 0.18 | 0.00 | 0.25 0.11 |
XYZ | 55.2183 | 68.4052 | 48.3234 |
Yxy | 68.4052 | 0.3211 | 0.3978 |
Hunter Lab | 82.7074 | -25.5653 | 23.2539 |
CIE-Lab | 86.2087 | -23.3476 | 23.6659 |
#bbe3aa color RGB value is (187,227,170).
#bbe3aa hex color red value is 187, green value is 227 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbe3aa hue: 0.28 , saturation: 0.50 and the lightness value of bbe3aa is 0.78.
The process color (four color CMYK) of #bbe3aa color hex is 0.18, 0.00, 0.25, 0.11. Web safe color of #bbe3aa is #cccc99. Color #bbe3aa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11100011 | 10101010 |
Octal | 273 | 343 | 252 |
Decimal | 187 | 227 | 170 |
Hex | BB | E3 | AA |
Shades of #bbe3aa
Tints of #bbe3aa
RGB Percentages of Color #bbe3aa
CMYK Percentages of Color #bbe3aa
Complementary Color
#bbe3aa | #d2aae3 |
#bbe3aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbe3aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbe3aa Color CSS Codes
.mybgcolor {background-color:#bbe3aa; } .myforecolor {color:#bbe3aa; } .mybordercolor {border:3px solid #bbe3aa; }
#bbe3aa Text Font Color
<p style="color:#bbe3aa">Text here</p>
This sample text font color is #bbe3aa
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.
#bbe3aa Background Color
<div style="background-color:#bbe3aa">
Div content here</div>
This div background color is #bbe3aa
#bbe3aa Border Color
<div style="border:3px solid #bbe3aa">
Div here</div>
This div border color is #bbe3aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,227,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbe3aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbe3aa; -webkit-box-shadow: 1px 1px 3px 2px #bbe3aa; box-shadow: 1px 1px 3px 2px #bbe3aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,227,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbe3aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe3aa; -webkit-box-shadow: 1px 1px 3px 2px #bbe3aa; box-shadow: 1px 1px 3px 2px #bbe3aa;">
Div content here</div>
This div box has shadow with color #bbe3aa
Comments
No comments written yet.
Please login to write comment.