Color spaces of #bbdfa3
RGB | 187 | 223 | 163 |
---|---|---|---|
HSL | 0.27 | 0.48 | 0.76 |
HSV | 96° | 27° | 87° |
CMYK | 0.16 | 0.00 | 0.27 0.13 |
XYZ | 53.4921 | 65.9845 | 44.5673 |
Yxy | 65.9845 | 0.3261 | 0.4022 |
Hunter Lab | 81.2308 | -24.6082 | 24.3321 |
CIE-Lab | 84.9885 | -22.4819 | 25.6219 |
#bbdfa3 color RGB value is (187,223,163).
#bbdfa3 hex color red value is 187, green value is 223 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bbdfa3 hue: 0.27 , saturation: 0.48 and the lightness value of bbdfa3 is 0.76.
The process color (four color CMYK) of #bbdfa3 color hex is 0.16, 0.00, 0.27, 0.13. Web safe color of #bbdfa3 is #cccc99. Color #bbdfa3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011111 | 10100011 |
Octal | 273 | 337 | 243 |
Decimal | 187 | 223 | 163 |
Hex | BB | DF | A3 |
Shades of #bbdfa3
Tints of #bbdfa3
RGB Percentages of Color #bbdfa3
CMYK Percentages of Color #bbdfa3
Complementary Color
#bbdfa3 | #c7a3df |
#bbdfa3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdfa3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdfa3 Color CSS Codes
.mybgcolor {background-color:#bbdfa3; } .myforecolor {color:#bbdfa3; } .mybordercolor {border:3px solid #bbdfa3; }
#bbdfa3 Text Font Color
<p style="color:#bbdfa3">Text here</p>
This sample text font color is #bbdfa3
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.
#bbdfa3 Background Color
<div style="background-color:#bbdfa3">
Div content here</div>
This div background color is #bbdfa3
#bbdfa3 Border Color
<div style="border:3px solid #bbdfa3">
Div here</div>
This div border color is #bbdfa3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,223,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdfa3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdfa3; -webkit-box-shadow: 1px 1px 3px 2px #bbdfa3; box-shadow: 1px 1px 3px 2px #bbdfa3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,223,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdfa3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdfa3; -webkit-box-shadow: 1px 1px 3px 2px #bbdfa3; box-shadow: 1px 1px 3px 2px #bbdfa3;">
Div content here</div>
This div box has shadow with color #bbdfa3
Comments
No comments written yet.
Please login to write comment.