Color spaces of #bafedb
RGB | 186 | 254 | 219 |
---|---|---|---|
HSL | 0.41 | 0.97 | 0.86 |
HSV | 149° | 27° | 100° |
CMYK | 0.27 | 0.00 | 0.14 0.00 |
XYZ | 68.4777 | 86.4372 | 80.0927 |
Yxy | 86.4372 | 0.2914 | 0.3678 |
Hunter Lab | 92.9716 | -31.2272 | 14.0033 |
CIE-Lab | 94.4990 | -28.0525 | 9.9751 |
#bafedb color RGB value is (186,254,219).
#bafedb hex color red value is 186, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bafedb hue: 0.41 , saturation: 0.97 and the lightness value of bafedb is 0.86.
The process color (four color CMYK) of #bafedb color hex is 0.27, 0.00, 0.14, 0.00. Web safe color of #bafedb is #ccffcc. Color #bafedb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111110 | 11011011 |
Octal | 272 | 376 | 333 |
Decimal | 186 | 254 | 219 |
Hex | BA | FE | DB |
Shades of #bafedb
Tints of #bafedb
RGB Percentages of Color #bafedb
CMYK Percentages of Color #bafedb
Complementary Color
#bafedb | #febadd |
#bafedb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafedb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafedb Color CSS Codes
.mybgcolor {background-color:#bafedb; } .myforecolor {color:#bafedb; } .mybordercolor {border:3px solid #bafedb; }
#bafedb Text Font Color
<p style="color:#bafedb">Text here</p>
This sample text font color is #bafedb
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.
#bafedb Background Color
<div style="background-color:#bafedb">
Div content here</div>
This div background color is #bafedb
#bafedb Border Color
<div style="border:3px solid #bafedb">
Div here</div>
This div border color is #bafedb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,254,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafedb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafedb; -webkit-box-shadow: 1px 1px 3px 2px #bafedb; box-shadow: 1px 1px 3px 2px #bafedb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,254,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 #bafedb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafedb; -webkit-box-shadow: 1px 1px 3px 2px #bafedb; box-shadow: 1px 1px 3px 2px #bafedb;">
Div content here</div>
This div box has shadow with color #bafedb
Comments
No comments written yet.
Please login to write comment.