Color spaces of #bbdabc
RGB | 187 | 218 | 188 |
---|---|---|---|
HSL | 0.34 | 0.30 | 0.79 |
HSV | 122° | 14° | 85° |
CMYK | 0.14 | 0.00 | 0.14 0.15 |
XYZ | 54.6420 | 64.3384 | 57.1156 |
Yxy | 64.3384 | 0.3103 | 0.3654 |
Hunter Lab | 80.2112 | -18.7707 | 13.9295 |
CIE-Lab | 84.1416 | -15.8946 | 11.3603 |
#bbdabc color RGB value is (187,218,188).
#bbdabc hex color red value is 187, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bbdabc hue: 0.34 , saturation: 0.30 and the lightness value of bbdabc is 0.79.
The process color (four color CMYK) of #bbdabc color hex is 0.14, 0.00, 0.14, 0.15. Web safe color of #bbdabc is #cccccc. Color #bbdabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011010 | 10111100 |
Octal | 273 | 332 | 274 |
Decimal | 187 | 218 | 188 |
Hex | BB | DA | BC |
Shades of #bbdabc
Tints of #bbdabc
RGB Percentages of Color #bbdabc
CMYK Percentages of Color #bbdabc
Complementary Color
#bbdabc | #dabbd9 |
#bbdabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdabc Color CSS Codes
.mybgcolor {background-color:#bbdabc; } .myforecolor {color:#bbdabc; } .mybordercolor {border:3px solid #bbdabc; }
#bbdabc Text Font Color
<p style="color:#bbdabc">Text here</p>
This sample text font color is #bbdabc
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.
#bbdabc Background Color
<div style="background-color:#bbdabc">
Div content here</div>
This div background color is #bbdabc
#bbdabc Border Color
<div style="border:3px solid #bbdabc">
Div here</div>
This div border color is #bbdabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,218,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdabc; -webkit-box-shadow: 1px 1px 3px 2px #bbdabc; box-shadow: 1px 1px 3px 2px #bbdabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,218,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdabc; -webkit-box-shadow: 1px 1px 3px 2px #bbdabc; box-shadow: 1px 1px 3px 2px #bbdabc;">
Div content here</div>
This div box has shadow with color #bbdabc
Comments
No comments written yet.
Please login to write comment.