Color spaces of #bafddb
RGB | 186 | 253 | 219 |
---|---|---|---|
HSL | 0.42 | 0.94 | 0.86 |
HSV | 150° | 26° | 99° |
CMYK | 0.26 | 0.00 | 0.13 0.01 |
XYZ | 68.1612 | 85.8041 | 79.9872 |
Yxy | 85.8041 | 0.2913 | 0.3668 |
Hunter Lab | 92.6305 | -30.7560 | 13.6439 |
CIE-Lab | 94.2285 | -27.5784 | 9.5881 |
#bafddb color RGB value is (186,253,219).
#bafddb hex color red value is 186, green value is 253 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bafddb hue: 0.42 , saturation: 0.94 and the lightness value of bafddb is 0.86.
The process color (four color CMYK) of #bafddb color hex is 0.26, 0.00, 0.13, 0.01. Web safe color of #bafddb is #ccffcc. Color #bafddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111101 | 11011011 |
Octal | 272 | 375 | 333 |
Decimal | 186 | 253 | 219 |
Hex | BA | FD | DB |
Shades of #bafddb
Tints of #bafddb
RGB Percentages of Color #bafddb
CMYK Percentages of Color #bafddb
Complementary Color
#bafddb | #fdbadc |
#bafddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafddb Color CSS Codes
.mybgcolor {background-color:#bafddb; } .myforecolor {color:#bafddb; } .mybordercolor {border:3px solid #bafddb; }
#bafddb Text Font Color
<p style="color:#bafddb">Text here</p>
This sample text font color is #bafddb
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.
#bafddb Background Color
<div style="background-color:#bafddb">
Div content here</div>
This div background color is #bafddb
#bafddb Border Color
<div style="border:3px solid #bafddb">
Div here</div>
This div border color is #bafddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,253,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafddb; -webkit-box-shadow: 1px 1px 3px 2px #bafddb; box-shadow: 1px 1px 3px 2px #bafddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,253,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bafddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafddb; -webkit-box-shadow: 1px 1px 3px 2px #bafddb; box-shadow: 1px 1px 3px 2px #bafddb;">
Div content here</div>
This div box has shadow with color #bafddb
Comments
No comments written yet.
Please login to write comment.