Color spaces of #b3cfdd
RGB | 179 | 207 | 221 |
---|---|---|---|
HSL | 0.56 | 0.38 | 0.78 |
HSV | 200° | 19° | 87° |
CMYK | 0.19 | 0.06 | 0.00 0.13 |
XYZ | 53.9544 | 59.4298 | 77.0340 |
Yxy | 59.4298 | 0.2833 | 0.3121 |
Hunter Lab | 77.0907 | -9.9799 | -5.2829 |
CIE-Lab | 81.5273 | -6.3770 | -10.0617 |
#b3cfdd color RGB value is (179,207,221).
#b3cfdd hex color red value is 179, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b3cfdd hue: 0.56 , saturation: 0.38 and the lightness value of b3cfdd is 0.78.
The process color (four color CMYK) of #b3cfdd color hex is 0.19, 0.06, 0.00, 0.13. Web safe color of #b3cfdd is #cccccc. Color #b3cfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11001111 | 11011101 |
Octal | 263 | 317 | 335 |
Decimal | 179 | 207 | 221 |
Hex | B3 | CF | DD |
Shades of #b3cfdd
Tints of #b3cfdd
RGB Percentages of Color #b3cfdd
CMYK Percentages of Color #b3cfdd
Complementary Color
#b3cfdd | #ddc1b3 |
#b3cfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3cfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3cfdd Color CSS Codes
.mybgcolor {background-color:#b3cfdd; } .myforecolor {color:#b3cfdd; } .mybordercolor {border:3px solid #b3cfdd; }
#b3cfdd Text Font Color
<p style="color:#b3cfdd">Text here</p>
This sample text font color is #b3cfdd
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.
#b3cfdd Background Color
<div style="background-color:#b3cfdd">
Div content here</div>
This div background color is #b3cfdd
#b3cfdd Border Color
<div style="border:3px solid #b3cfdd">
Div here</div>
This div border color is #b3cfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,207,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3cfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3cfdd; -webkit-box-shadow: 1px 1px 3px 2px #b3cfdd; box-shadow: 1px 1px 3px 2px #b3cfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,207,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b3cfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3cfdd; -webkit-box-shadow: 1px 1px 3px 2px #b3cfdd; box-shadow: 1px 1px 3px 2px #b3cfdd;">
Div content here</div>
This div box has shadow with color #b3cfdd
Comments
No comments written yet.
Please login to write comment.