Color spaces of #b3cbda
RGB | 179 | 203 | 218 |
---|---|---|---|
HSL | 0.56 | 0.35 | 0.78 |
HSV | 203° | 18° | 85° |
CMYK | 0.18 | 0.07 | 0.00 0.15 |
XYZ | 52.6012 | 57.3575 | 74.6284 |
Yxy | 57.3575 | 0.2850 | 0.3107 |
Hunter Lab | 75.7347 | -8.5595 | -5.4096 |
CIE-Lab | 80.3803 | -4.9234 | -10.1647 |
#b3cbda color RGB value is (179,203,218).
#b3cbda hex color red value is 179, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b3cbda hue: 0.56 , saturation: 0.35 and the lightness value of b3cbda is 0.78.
The process color (four color CMYK) of #b3cbda color hex is 0.18, 0.07, 0.00, 0.15. Web safe color of #b3cbda is #cccccc. Color #b3cbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11001011 | 11011010 |
Octal | 263 | 313 | 332 |
Decimal | 179 | 203 | 218 |
Hex | B3 | CB | DA |
Shades of #b3cbda
Tints of #b3cbda
RGB Percentages of Color #b3cbda
CMYK Percentages of Color #b3cbda
Complementary Color
#b3cbda | #dac2b3 |
#b3cbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3cbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3cbda Color CSS Codes
.mybgcolor {background-color:#b3cbda; } .myforecolor {color:#b3cbda; } .mybordercolor {border:3px solid #b3cbda; }
#b3cbda Text Font Color
<p style="color:#b3cbda">Text here</p>
This sample text font color is #b3cbda
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.
#b3cbda Background Color
<div style="background-color:#b3cbda">
Div content here</div>
This div background color is #b3cbda
#b3cbda Border Color
<div style="border:3px solid #b3cbda">
Div here</div>
This div border color is #b3cbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3cbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3cbda; -webkit-box-shadow: 1px 1px 3px 2px #b3cbda; box-shadow: 1px 1px 3px 2px #b3cbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,203,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3cbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3cbda; -webkit-box-shadow: 1px 1px 3px 2px #b3cbda; box-shadow: 1px 1px 3px 2px #b3cbda;">
Div content here</div>
This div box has shadow with color #b3cbda
Comments
No comments written yet.
Please login to write comment.