Color spaces of #bbcea5
RGB | 187 | 206 | 165 |
---|---|---|---|
HSL | 0.24 | 0.29 | 0.73 |
HSV | 88° | 20° | 81° |
CMYK | 0.09 | 0.00 | 0.20 0.19 |
XYZ | 49.3564 | 57.4240 | 44.0799 |
Yxy | 57.4240 | 0.3272 | 0.3806 |
Hunter Lab | 75.7786 | -16.3513 | 18.5565 |
CIE-Lab | 80.4175 | -13.7046 | 18.2841 |
#bbcea5 color RGB value is (187,206,165).
#bbcea5 hex color red value is 187, green value is 206 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bbcea5 hue: 0.24 , saturation: 0.29 and the lightness value of bbcea5 is 0.73.
The process color (four color CMYK) of #bbcea5 color hex is 0.09, 0.00, 0.20, 0.19. Web safe color of #bbcea5 is #cccc99. Color #bbcea5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001110 | 10100101 |
Octal | 273 | 316 | 245 |
Decimal | 187 | 206 | 165 |
Hex | BB | CE | A5 |
Shades of #bbcea5
Tints of #bbcea5
RGB Percentages of Color #bbcea5
CMYK Percentages of Color #bbcea5
Complementary Color
#bbcea5 | #b8a5ce |
#bbcea5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbcea5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbcea5 Color CSS Codes
.mybgcolor {background-color:#bbcea5; } .myforecolor {color:#bbcea5; } .mybordercolor {border:3px solid #bbcea5; }
#bbcea5 Text Font Color
<p style="color:#bbcea5">Text here</p>
This sample text font color is #bbcea5
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.
#bbcea5 Background Color
<div style="background-color:#bbcea5">
Div content here</div>
This div background color is #bbcea5
#bbcea5 Border Color
<div style="border:3px solid #bbcea5">
Div here</div>
This div border color is #bbcea5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,206,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbcea5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbcea5; -webkit-box-shadow: 1px 1px 3px 2px #bbcea5; box-shadow: 1px 1px 3px 2px #bbcea5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,206,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbcea5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbcea5; -webkit-box-shadow: 1px 1px 3px 2px #bbcea5; box-shadow: 1px 1px 3px 2px #bbcea5;">
Div content here</div>
This div box has shadow with color #bbcea5
Comments
No comments written yet.
Please login to write comment.