Color spaces of #bafdcf
RGB | 186 | 253 | 207 |
---|---|---|---|
HSL | 0.39 | 0.94 | 0.86 |
HSV | 139° | 26° | 99° |
CMYK | 0.26 | 0.00 | 0.18 0.01 |
XYZ | 66.6375 | 85.1947 | 71.9635 |
Yxy | 85.1947 | 0.2978 | 0.3807 |
Hunter Lab | 92.3010 | -32.6571 | 18.3846 |
CIE-Lab | 93.9670 | -29.8109 | 15.3851 |
#bafdcf color RGB value is (186,253,207).
#bafdcf hex color red value is 186, green value is 253 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bafdcf hue: 0.39 , saturation: 0.94 and the lightness value of bafdcf is 0.86.
The process color (four color CMYK) of #bafdcf color hex is 0.26, 0.00, 0.18, 0.01. Web safe color of #bafdcf is #ccffcc. Color #bafdcf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111101 | 11001111 |
Octal | 272 | 375 | 317 |
Decimal | 186 | 253 | 207 |
Hex | BA | FD | CF |
Shades of #bafdcf
Tints of #bafdcf
RGB Percentages of Color #bafdcf
CMYK Percentages of Color #bafdcf
Complementary Color
#bafdcf | #fdbae8 |
#bafdcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bafdcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#bafdcf Color CSS Codes
.mybgcolor {background-color:#bafdcf; } .myforecolor {color:#bafdcf; } .mybordercolor {border:3px solid #bafdcf; }
#bafdcf Text Font Color
<p style="color:#bafdcf">Text here</p>
This sample text font color is #bafdcf
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.
#bafdcf Background Color
<div style="background-color:#bafdcf">
Div content here</div>
This div background color is #bafdcf
#bafdcf Border Color
<div style="border:3px solid #bafdcf">
Div here</div>
This div border color is #bafdcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,253,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bafdcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bafdcf; -webkit-box-shadow: 1px 1px 3px 2px #bafdcf; box-shadow: 1px 1px 3px 2px #bafdcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,253,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bafdcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bafdcf; -webkit-box-shadow: 1px 1px 3px 2px #bafdcf; box-shadow: 1px 1px 3px 2px #bafdcf;">
Div content here</div>
This div box has shadow with color #bafdcf
Comments
No comments written yet.
Please login to write comment.