Color spaces of #b3dabc
RGB | 179 | 218 | 188 |
---|---|---|---|
HSL | 0.37 | 0.35 | 0.78 |
HSV | 134° | 18° | 85° |
CMYK | 0.18 | 0.00 | 0.14 0.15 |
XYZ | 52.7389 | 63.3574 | 57.0265 |
Yxy | 63.3574 | 0.3046 | 0.3660 |
Hunter Lab | 79.5974 | -21.0265 | 13.2406 |
CIE-Lab | 83.6301 | -18.5733 | 10.5622 |
#b3dabc color RGB value is (179,218,188).
#b3dabc hex color red value is 179, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b3dabc hue: 0.37 , saturation: 0.35 and the lightness value of b3dabc is 0.78.
The process color (four color CMYK) of #b3dabc color hex is 0.18, 0.00, 0.14, 0.15. Web safe color of #b3dabc is #cccccc. Color #b3dabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 11011010 | 10111100 |
Octal | 263 | 332 | 274 |
Decimal | 179 | 218 | 188 |
Hex | B3 | DA | BC |
Shades of #b3dabc
Tints of #b3dabc
RGB Percentages of Color #b3dabc
CMYK Percentages of Color #b3dabc
Complementary Color
#b3dabc | #dab3d1 |
#b3dabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b3dabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b3dabc Color CSS Codes
.mybgcolor {background-color:#b3dabc; } .myforecolor {color:#b3dabc; } .mybordercolor {border:3px solid #b3dabc; }
#b3dabc Text Font Color
<p style="color:#b3dabc">Text here</p>
This sample text font color is #b3dabc
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.
#b3dabc Background Color
<div style="background-color:#b3dabc">
Div content here</div>
This div background color is #b3dabc
#b3dabc Border Color
<div style="border:3px solid #b3dabc">
Div here</div>
This div border color is #b3dabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,218,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b3dabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b3dabc; -webkit-box-shadow: 1px 1px 3px 2px #b3dabc; box-shadow: 1px 1px 3px 2px #b3dabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,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 #b3dabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b3dabc; -webkit-box-shadow: 1px 1px 3px 2px #b3dabc; box-shadow: 1px 1px 3px 2px #b3dabc;">
Div content here</div>
This div box has shadow with color #b3dabc
Comments
No comments written yet.
Please login to write comment.