Color spaces of #bbdae4
RGB | 187 | 218 | 228 |
---|---|---|---|
HSL | 0.54 | 0.43 | 0.81 |
HSV | 195° | 18° | 89° |
CMYK | 0.18 | 0.04 | 0.00 0.11 |
XYZ | 59.5685 | 66.3090 | 83.0581 |
Yxy | 66.3090 | 0.2851 | 0.3174 |
Hunter Lab | 81.4303 | -11.9255 | -3.4739 |
CIE-Lab | 85.1538 | -8.1204 | -8.3385 |
#bbdae4 color RGB value is (187,218,228).
#bbdae4 hex color red value is 187, green value is 218 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #bbdae4 hue: 0.54 , saturation: 0.43 and the lightness value of bbdae4 is 0.81.
The process color (four color CMYK) of #bbdae4 color hex is 0.18, 0.04, 0.00, 0.11. Web safe color of #bbdae4 is #cccccc. Color #bbdae4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011010 | 11100100 |
Octal | 273 | 332 | 344 |
Decimal | 187 | 218 | 228 |
Hex | BB | DA | E4 |
Shades of #bbdae4
Tints of #bbdae4
RGB Percentages of Color #bbdae4
CMYK Percentages of Color #bbdae4
Complementary Color
#bbdae4 | #e4c5bb |
#bbdae4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdae4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdae4 Color CSS Codes
.mybgcolor {background-color:#bbdae4; } .myforecolor {color:#bbdae4; } .mybordercolor {border:3px solid #bbdae4; }
#bbdae4 Text Font Color
<p style="color:#bbdae4">Text here</p>
This sample text font color is #bbdae4
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.
#bbdae4 Background Color
<div style="background-color:#bbdae4">
Div content here</div>
This div background color is #bbdae4
#bbdae4 Border Color
<div style="border:3px solid #bbdae4">
Div here</div>
This div border color is #bbdae4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,218,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdae4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdae4; -webkit-box-shadow: 1px 1px 3px 2px #bbdae4; box-shadow: 1px 1px 3px 2px #bbdae4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,218,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdae4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdae4; -webkit-box-shadow: 1px 1px 3px 2px #bbdae4; box-shadow: 1px 1px 3px 2px #bbdae4;">
Div content here</div>
This div box has shadow with color #bbdae4
Comments
No comments written yet.
Please login to write comment.